From 50f3c688a7cd4819680dbd19b9933c6cb5e62ca7 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 19:44:47 -0500 Subject: Move most files into lib, add top-level makefile --- src/mysqlerl.hrl | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/mysqlerl.hrl (limited to 'src/mysqlerl.hrl') diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl deleted file mode 100644 index 99e674f..0000000 --- a/src/mysqlerl.hrl +++ /dev/null @@ -1,9 +0,0 @@ --record(sql_connect, {host, port, database, user, password, options}). --record(sql_query, {q}). --record(sql_param_query, {q, params}). --record(sql_select_count, {q}). --record(sql_select, {pos, n}). --record(sql_first, {}). --record(sql_last, {}). --record(sql_next, {}). --record(sql_prev, {}). -- cgit v1.2.3