home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / interb / InterBase_WI-V6.0-server.exe / server / SDK / include / ib_util.h next >
C/C++ Source or Header  |  2000-06-23  |  307b  |  15 lines

  1. /*
  2.  *    PROGRAM:    UDF and Blob filter Utilities library
  3.  *    MODULE:        ib_util.h
  4.  *    DESCRIPTION:    Prototype header file for ib_util.c
  5.  *
  6.  * copyright (c) 1998 by InterBase Software Corporation
  7.  */
  8.  
  9. #ifndef _IB_UTIL_H
  10. #define _IB_UTIL_H
  11.  
  12. extern void *     ib_util_malloc (long);
  13.  
  14. #endif /* _IB_UTIL_H */
  15.