Eneboo - Documentación para desarrolladores
|
00001 /*------------------------------------------------------------------------- 00002 * 00003 * dynahash 00004 * POSTGRES dynahash.h file definitions 00005 * 00006 * 00007 * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group 00008 * Portions Copyright (c) 1994, Regents of the University of California 00009 * 00010 * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.16 2004/12/31 22:03:46 pgsql Exp $ 00011 * 00012 *------------------------------------------------------------------------- 00013 */ 00014 #ifndef DYNAHASH_H 00015 #define DYNAHASH_H 00016 00017 extern int my_log2(long num); 00018 00019 #endif /* DYNAHASH_H */