source: gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/gdbm.proto2@ 18038

Last change on this file since 18038 was 18019, checked in by mdewsnip, 15 years ago

Added gdbm-1.8.3 (downloaded as gdbm-1.8.3.tar.gz and unpacked), in preparation for adding code for reading both little and big endian databases.

File size: 229 bytes
Line 
1
2/* extra prototypes */
3
4/* GDBM C++ support */
5#if defined(__cplusplus) || defined(c_plusplus)
6extern "C" {
7#endif
8
9extern char *gdbm_strerror __P((gdbm_error));
10
11#if defined(__cplusplus) || defined(c_plusplus)
12}
13#endif
14
15#endif
Note: See TracBrowser for help on using the repository browser.