aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm.proto2
blob: 39888ce0d6afd14a2fcbfe047823876aa8d4f34e (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 (gdbm_error);

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

#endif

Return to:

Send suggestions and report system problems to the System administrator.