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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user