dynahash.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * dynahash
  4.  *   POSTGRES dynahash.h file definitions
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: dynahash.h,v 1.6 1999/02/13 23:22:18 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef DYNAHASH_H
  14. #define DYNAHASH_H
  15. extern int my_log2(long num);
  16. #endif  /* DYNAHASH_H */