X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..66e8b80d8fb3d77afa986f4ea236928d513b59c5:/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);