2018-08-28 14:43:46 +00:00
|
|
|
#ifndef ODYSSEY_CONSOLE_H
|
|
|
|
#define ODYSSEY_CONSOLE_H
|
2017-06-24 14:57:55 +00:00
|
|
|
|
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2017-06-24 14:57:55 +00:00
|
|
|
*
|
2018-04-04 13:19:58 +00:00
|
|
|
* Scalable PostgreSQL connection pooler.
|
2017-06-24 14:57:55 +00:00
|
|
|
*/
|
|
|
|
|
2019-01-23 15:43:52 +00:00
|
|
|
int od_console_query(od_client_t*, machine_msg_t*, char*, uint32_t);
|
2017-06-24 14:57:55 +00:00
|
|
|
|
2018-08-28 14:43:46 +00:00
|
|
|
#endif /* ODYSSEY_CONSOLE_H */
|