1 | /* src/interfaces/ecpg/include/pgtypes.h */ |
---|---|
2 | |
3 | #ifndef PGTYPES_H |
4 | #define PGTYPES_H |
5 | |
6 | #ifdef __cplusplus |
7 | extern "C" |
8 | { |
9 | #endif |
10 | |
11 | extern void PGTYPESchar_free(char *ptr); |
12 | |
13 | #ifdef __cplusplus |
14 | } |
15 | #endif |
16 | |
17 | #endif /* PGTYPES_H */ |
18 |