#include "gwlib/gwlib.h"#include "gwlib/dbpool.h"#include "dlr_p.h"Include dependency graph for dlr_oracle.c:

Go to the source code of this file.
Functions | |
| dlr_storage * | dlr_init_oracle (Cfg *cfg) |
|
|
Definition at line 394 of file dlr_oracle.c. Referenced by dlr_init(). 00395 {
00396 return NULL;
00397 }
|