]> granicus.if.org Git - postgresql/commitdiff
Added new include file.
authorBruce Momjian <bruce@momjian.us>
Sat, 9 Nov 1996 05:48:28 +0000 (05:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 9 Nov 1996 05:48:28 +0000 (05:48 +0000)
src/include/utils/dynahash.h [new file with mode: 0644]

diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
new file mode 100644 (file)
index 0000000..ab78919
--- /dev/null
@@ -0,0 +1,19 @@
+/*-------------------------------------------------------------------------
+ *
+ * dynahash--
+ *    POSTGRES dynahash.h file definitions
+ *
+ *
+ * Copyright (c) 1994, Regents of the University of California
+ *
+ * $Id: dynahash.h,v 1.1 1996/11/09 05:48:28 momjian Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
+#ifndef        DYNAHASH_H
+#define DYNAHASH_H
+
+extern int my_log2(long num);
+
+#endif DYNAHASH_H /* DYNAHASH_H */
+