postgresql/src/include/utils/dynahash.h

19 lines
444 B
C
Raw Normal View History

1996-11-09 06:48:28 +01:00
/*-------------------------------------------------------------------------
*
* dynahash--
* POSTGRES dynahash.h file definitions
1996-11-09 06:48:28 +01:00
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dynahash.h,v 1.5 1998/09/01 04:39:00 momjian Exp $
1996-11-09 06:48:28 +01:00
*
*-------------------------------------------------------------------------
*/
#ifndef DYNAHASH_H
1996-11-09 06:48:28 +01:00
#define DYNAHASH_H
extern int my_log2(long num);
1996-11-09 06:48:28 +01:00
#endif /* DYNAHASH_H */