mirror of https://github.com/postgres/postgres
parent
757b829ea8
commit
1d0e308395
@ -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…
Reference in new issue