Added new include file.
This commit is contained in:
parent
757b829ea8
commit
1d0e308395
19
src/include/utils/dynahash.h
Normal file
19
src/include/utils/dynahash.h
Normal file
@ -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 */
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user