diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 16:13:10 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 16:13:18 -0400 |
commit | 62b5690415786c4a6e8bac464aa8db578beb74f5 (patch) | |
tree | d757927ea06357ae8b7be3594883960a4c3b908b /include | |
parent | 036822584b26854e2f486f1bea84d8d19d9324de (diff) |
Remove some more MEMBUG garbage.
Diffstat (limited to 'include')
-rw-r--r-- | include/os.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/os.h b/include/os.h index 0a23a731a..7c8477209 100644 --- a/include/os.h +++ b/include/os.h @@ -230,8 +230,6 @@ extern pointer XNFalloc(unsigned long /*amount*/); extern pointer XNFcalloc(unsigned long /*amount*/); extern pointer XNFrealloc(pointer /*ptr*/, unsigned long /*amount*/); -extern void OsInitAllocator(void); - extern char *Xstrdup(const char *s); extern char *XNFstrdup(const char *s); extern char *Xprintf(const char *fmt, ...); |