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

*** empty log message ***

This commit is contained in:
Michael Meskes
2000-02-25 11:11:15 +00:00
parent 94ae69f4dc
commit 70130905d1
4 changed files with 34 additions and 5 deletions

View File

@ -35,6 +35,8 @@ extern "C"
enum ECPGttype, void *, void *, long, long);
char *ecpg_alloc(long, int);
char *ecpg_strdup(const char *, int);
const char *ECPGtype_name(enum ECPGttype);
/* and some vars */
extern struct auto_mem *auto_allocs;