Definition in file dui-libpg.c.
#include "config.h"
#include "perr.h"
Go to the source code of this file.
Functions | |
| static void G_GNUC_UNUSED | dui_libpg_init (void) |
| static void G_GNUC_UNUSED dui_libpg_init | ( | void | ) | [static] |
Definition at line 475 of file dui-libpg.c.
00476 { 00477 #ifdef USE_LIBPG 00478 DuiDBPlugin *plg; 00479 plg = dui_libpg_plugin_new(); 00480 dui_db_provider_register (plg); 00481 #else 00482 00483 PERR ("The DWI db drivers were compiled without Postgres support"); 00484 #endif /* USE_LIBPG */ 00485 }
1.5.5