From 44326c40b77ee830163f689c51c7885350a6040d Mon Sep 17 00:00:00 2001 From: jpandre Date: Tue, 9 Oct 2007 13:27:35 +0000 Subject: [PATCH] reverted back relay for free() --- include/ntfs-3g/misc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ntfs-3g/misc.h b/include/ntfs-3g/misc.h index 369d0013..67cc1eb6 100644 --- a/include/ntfs-3g/misc.h +++ b/include/ntfs-3g/misc.h @@ -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_ */