odyssey/sources/read.h

14 lines
237 B
C
Raw Normal View History

2017-07-06 11:41:06 +00:00
#ifndef SHAPITO_READ_H
#define SHAPITO_READ_H
2016-11-09 12:42:29 +00:00
/*
2017-06-07 11:37:42 +00:00
* SHAPITO.
2016-11-09 12:42:29 +00:00
*
* Protocol-level PostgreSQL client library.
*/
int so_read_startup(uint32_t*, char**, uint32_t*);
int so_read(uint32_t*, char**, uint32_t*);
2016-11-09 12:42:29 +00:00
2017-07-06 11:41:06 +00:00
#endif /* SHAPITO_READ_H */