aboutsummaryrefslogtreecommitdiff
path: root/src/app.h
blob: 7b7358aa48cff2c0b1461e248927faf6f68e3149 (plain)
1
2
3
4
5
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.