Added new include file.

This commit is contained in:
Bruce Momjian 1996-11-09 05:48:28 +00:00
parent 757b829ea8
commit 1d0e308395
1 changed files with 19 additions and 0 deletions

View 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 */