chiark / gitweb /
Low level playlist database operations: read, createwrite, list, delete.
[disorder] / lib / mem.h
index ab1529f70bc11f4293a3b3236ca2198e469bd8cf..2b0396dbba03c57c7f7f4cb5a43d3c095dfb0efc 100644 (file)
--- a/lib/mem.h
+++ b/lib/mem.h
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+ * Copyright (C) 2004-2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,9 +27,8 @@
 
 #include <stdarg.h>
 
-void mem_init(int gc);
-/* initialize memory management.  Set GC to 1 if garbage collection is
- * desired. */
+void mem_init(void);
+/* initialize memory management. */
 
 void *xmalloc(size_t);
 void *xrealloc(void *, size_t);
@@ -63,4 +62,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:333db053cab9e5ef91a151040d3256fb */