Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d0e308

Browse files
committed
Added new include file.
1 parent 757b829 commit 1d0e308

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/include/utils/dynahash.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* dynahash--
4+
* POSTGRES dynahash.h file definitions
5+
*
6+
*
7+
* Copyright (c) 1994, Regents of the University of California
8+
*
9+
* $Id: dynahash.h,v 1.1 1996/11/09 05:48:28 momjian Exp $
10+
*
11+
*-------------------------------------------------------------------------
12+
*/
13+
#ifndef DYNAHASH_H
14+
#define DYNAHASH_H
15+
16+
extern int my_log2(long num);
17+
18+
#endif DYNAHASH_H /* DYNAHASH_H */
19+

0 commit comments

Comments
 (0)