postgresql/src/include/utils/dynahash.h

20 lines
445 B
C
Raw Normal View History

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