projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757b829
)
Added new include file.
author
Bruce Momjian
<
[email protected]
>
Sat, 9 Nov 1996 05:48:28 +0000
(
05:48
+0000)
committer
Bruce Momjian
<
[email protected]
>
Sat, 9 Nov 1996 05:48:28 +0000
(
05:48
+0000)
src/include/utils/dynahash.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/include/utils/dynahash.h
b/src/include/utils/dynahash.h
new file mode 100644
(file)
index 0000000..
ab78919
--- /dev/null
+++ b/
src/include/utils/dynahash.h
@@ -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 */
+