summaryrefslogtreecommitdiff
path: root/src/libw32dll/DirectShow/allocator.h
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-13 21:55:39 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-13 21:55:39 +0000
commit4c7ea33cb24a219650af6c2a27834f75135ced36 (patch)
tree3bae5d985ff179891d7ab50d9adb0a5a5d5be8ba /src/libw32dll/DirectShow/allocator.h
parent9124b49213681fb5ba80db2a52fb480c539a1a1a (diff)
downloadxine-lib-4c7ea33cb24a219650af6c2a27834f75135ced36.tar.gz
xine-lib-4c7ea33cb24a219650af6c2a27834f75135ced36.tar.bz2
Fix some compiler warnings.
CVS patchset: 1399 CVS date: 2002/01/13 21:55:39
Diffstat (limited to 'src/libw32dll/DirectShow/allocator.h')
-rw-r--r--src/libw32dll/DirectShow/allocator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libw32dll/DirectShow/allocator.h b/src/libw32dll/DirectShow/allocator.h
index 855637063..c8c62b2fc 100644
--- a/src/libw32dll/DirectShow/allocator.h
+++ b/src/libw32dll/DirectShow/allocator.h
@@ -27,6 +27,7 @@ struct _MemAllocator
void ( *ResetPointer )(MemAllocator* This);
};
-MemAllocator* MemAllocatorCreate();
+MemAllocator* MemAllocatorCreate(void);
+void MemAllocator_Destroy(MemAllocator* This);
#endif /* DS_ALLOCATOR_H */