PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pgtypes.h
Go to the documentation of this file.
1/* src/interfaces/ecpg/include/pgtypes.h */
2
3#ifndef PGTYPES_H
4#define PGTYPES_H
5
6#ifdef __cplusplus
7extern "C"
8{
9#endif
10
11extern void PGTYPESchar_free(char *ptr);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif /* PGTYPES_H */
void PGTYPESchar_free(char *ptr)
Definition: common.c:145