aboutsummaryrefslogtreecommitdiff
path: root/gamma/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'gamma/app.h')
-rw-r--r--gamma/app.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gamma/app.h b/gamma/app.h
new file mode 100644
index 0000000..e46ed2a
--- /dev/null
+++ b/gamma/app.h
@@ -0,0 +1,22 @@
+/* This file is part of Gamma.
+ Copyright (C) 2002, 2010 Sergey Poznyakoff
+
+ Gamma is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Gamma is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Gamma. If not, see <http://www.gnu.org/licenses/>. */
+
+#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.