mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Massive commit to run PGINDENT on all *.c and *.h files.
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* dynahash--
|
||||
* POSTGRES dynahash.h file definitions
|
||||
* 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 $
|
||||
* $Id: dynahash.h,v 1.3 1997/09/07 05:02:20 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef DYNAHASH_H
|
||||
#ifndef DYNAHASH_H
|
||||
#define DYNAHASH_H
|
||||
|
||||
extern int my_log2(long num);
|
||||
|
||||
#endif /* DYNAHASH_H */
|
||||
extern int my_log2(long num);
|
||||
|
||||
#endif /* DYNAHASH_H */
|
||||
|
Reference in New Issue
Block a user