home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / ntfs-3g / misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-10-26  |  138 b   |  9 lines

  1. #ifndef _NTFS_MISC_H_
  2. #define _NTFS_MISC_H_
  3.  
  4. void *ntfs_calloc(size_t size);
  5. void *ntfs_malloc(size_t size);
  6.  
  7. #endif /* _NTFS_MISC_H_ */
  8.  
  9.