aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm.proto2
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbm.proto2')
-rw-r--r--src/gdbm.proto215
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gdbm.proto2 b/src/gdbm.proto2
new file mode 100644
index 0000000..2b06c71
--- /dev/null
+++ b/src/gdbm.proto2
@@ -0,0 +1,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.