home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / software / Vyzkuste / inprise / INTRBASE_55 / INCLUDE / IB_UTIL.H next >
C/C++ Source or Header  |  1998-10-18  |  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.