X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2Fmem.h;fp=lib%2Fmem.h;h=0000000000000000000000000000000000000000;hb=617e7d83d14e14e6a520a48e75437211b16c8834;hp=ac8f81162ca5bf23d8d9aa2657e3ba66bd7fce07;hpb=49f1156410e9a037404101696d37b2c0d5c67564;p=apps%2Fmadmutt.git diff --git a/lib/mem.h b/lib/mem.h deleted file mode 100644 index ac8f811..0000000 --- a/lib/mem.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ -#ifndef _LIB_MEM_H -#define _LIB_MEM_H - -#include - -void _mem_realloc (void*, size_t, int, const char*); -#define mem_realloc(p,c) _mem_realloc(p,c,__LINE__,__FILE__) - -#endif /* !_LIB_MEM_H */