diff options
Diffstat (limited to 'src/libw32dll/DirectShow/allocator.h')
-rw-r--r-- | src/libw32dll/DirectShow/allocator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libw32dll/DirectShow/allocator.h b/src/libw32dll/DirectShow/allocator.h index c8c62b2fc..855637063 100644 --- a/src/libw32dll/DirectShow/allocator.h +++ b/src/libw32dll/DirectShow/allocator.h @@ -27,7 +27,6 @@ struct _MemAllocator void ( *ResetPointer )(MemAllocator* This); }; -MemAllocator* MemAllocatorCreate(void); -void MemAllocator_Destroy(MemAllocator* This); +MemAllocator* MemAllocatorCreate(); #endif /* DS_ALLOCATOR_H */ |