blob: 72ab008457dacf4bc94b6e8b37d99f7a9baab2d1 (
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 char *gdbm_strerror __P((gdbm_error));
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
#endif
|