1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.

- Added protecting defines to include files.
This commit is contained in:
Michael Meskes
2003-09-20 09:10:09 +00:00
parent f72a93b4c9
commit f604b39c2f
10 changed files with 42 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
#ifndef _ECPG_INFORMIX_H
#define _ECPG_INFORMIX_H
/*
* This file contains stuff needed to be as compatible to Informix as possible.
*/
@@ -32,3 +34,5 @@ extern void ldchar(char *, int, char *);
extern void ECPG_informix_set_var(int, void *, int);
extern void *ECPG_informix_get_var(int);
#endif /* ndef _ECPG_INFORMIX_H */