X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..2563dc1f46fad1640e2472151a9f1cf918f841b9:/lib/mem.h diff --git a/lib/mem.h b/lib/mem.h index d8dc9d9..2b0396d 100644 --- 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 -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);