aboutsummaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-12-06 17:36:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-12-06 17:36:21 +0000
commit9339b8ad47f5ae70ac1567a3b87caadd78ed022a (patch)
tree46ee93b378bebbef132154a237a735cf3eb4f7d8 /src/app.h
downloadgamma-9339b8ad47f5ae70ac1567a3b87caadd78ed022a.tar.gz
gamma-9339b8ad47f5ae70ac1567a3b87caadd78ed022a.tar.bz2
Initial revision
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
new file mode 100644
index 0000000..7b7358a
--- /dev/null
+++ b/src/app.h
@@ -0,0 +1,6 @@
+#ifdef USE_SQL_MYSQL
+extern struct sql_iface mysql_iface;
+#endif
+#ifdef USE_SQL_PGSQL
+extern struct sql_iface pgsql_iface;
+#endif

Return to:

Send suggestions and report system problems to the System administrator.