aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm.proto2
blob: 2b06c71f3b118d667e939f85fad6a5eac86015dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* extra prototypes */

/* GDBM C++ support */
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif

extern const char *gdbm_strerror __P((gdbm_error));

#if defined(__cplusplus) || defined(c_plusplus)
}
#endif

#endif

Return to:

Send suggestions and report system problems to the System administrator.