1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
2000-02-18 16:02:49 +00:00
parent ab0c8c691e
commit bc8a39beef
3 changed files with 65 additions and 25 deletions

View File

@ -59,7 +59,7 @@ extern "C"
const char *descriptor,const char *query);
bool ECPGdeallocate_desc(int line,const char *name);
bool ECPGallocate_desc(int line,const char *name);
void ECPGraise(int line,int code);
void ECPGraise(int line, int code, const char *str);
bool ECPGget_desc_header(int, char *, int *);