source: release-kits/shared/mac/gdbm-1.8.3/gdbm.proto2@ 16455

Last change on this file since 16455 was 16455, checked in by oranfry, 16 years ago

a compiled gdbm for the mac installer. should leave it uncompiled, but for now just doing it the way the wiki says to.

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.