aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-06-20 08:36:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-06-20 08:36:15 +0000
commiteca7064dadb5fc38c60a34615cd0005ac129f011 (patch)
tree03b59d00d79a81867b874f06672701d520648f56
parent2ade1343e35ae3c9a3e63ddb9608b1e1fade4a49 (diff)
downloadgamma-eca7064dadb5fc38c60a34615cd0005ac129f011.tar.gz
gamma-eca7064dadb5fc38c60a34615cd0005ac129f011.tar.bz2
(sql_iftab): Remove erroneous declaration. This symbol is static in gsql_conn.c
-rw-r--r--src/guile-sql.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guile-sql.h b/src/guile-sql.h
index 154b322..3c32326 100644
--- a/src/guile-sql.h
+++ b/src/guile-sql.h
@@ -47,7 +47,6 @@ struct sql_iface {
SCM (*query) (struct sql_connect *, const char *query);
};
-extern struct sql_iface sql_iftab[];
extern SCM gsql_error;
SCM sql_connect_create (char *name);

Return to:

Send suggestions and report system problems to the System administrator.