odyssey/sources/console.h

13 lines
218 B
C
Raw Normal View History

#ifndef ODYSSEY_CONSOLE_H
#define ODYSSEY_CONSOLE_H
/*
2018-03-12 14:03:15 +00:00
* Odyssey.
*
2018-04-04 13:19:58 +00:00
* Scalable PostgreSQL connection pooler.
*/
int od_console_query(od_client_t*, machine_msg_t*, char*, uint32_t);
#endif /* ODYSSEY_CONSOLE_H */