From e8ee07605d74cb058ea7db0c0e0880cb70c12a56 Mon Sep 17 00:00:00 2001 From: ajs Date: Tue, 16 Nov 2004 14:25:30 +0000 Subject: 2004-11-16 Andrew J. Schorr * memory.h: Fix prototype for memory_init(). * memory.c: Declare many functions and data structures static instead of global. Fix prototype for memory_init(). --- lib/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/memory.h') diff --git a/lib/memory.h b/lib/memory.h index 1ffda558..3ef0f480 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -268,6 +268,6 @@ char *mtype_zstrdup (const char *file, int line, int type, const char *str); -void memory_init (); +void memory_init (void); #endif /* _ZEBRA_MEMORY_H */ -- cgit v1.2.3