reverted back relay for free()

N2009_11_14_FIXES
jpandre 2007-10-09 13:27:35 +00:00
parent 7cc6adba7c
commit 44326c40b7
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
void *ntfs_calloc(size_t size);
void *ntfs_malloc(size_t size);
void ntfs_free(const void *ptr); /* JPA please do not remove the 'const' */
#endif /* _NTFS_MISC_H_ */