home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / IB5 / IntrBase / INCLUDE / IB_UTIL.H next >
Encoding:
C/C++ Source or Header  |  1998-10-18  |  307 b   |  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.