odyssey/sources/so_read.h

14 lines
214 B
C
Raw Normal View History

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