commit | f858e49beba6a9b79b41ad26d29b431c12fdf2f8 | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Tue Nov 16 14:25:30 2004 +0000 |
committer | ajs <ajs> | Tue Nov 16 14:25:30 2004 +0000 |
tree | bd0868a0ee2ba2025fa215d357f45d6b7d8bc8de | |
parent | 56d1d2027bc6746e1a051067b24a792595292909 [diff] [blame] |
2004-11-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * memory.h: Fix prototype for memory_init(). * memory.c: Declare many functions and data structures static instead of global. Fix prototype for memory_init().
diff --git a/lib/memory.h b/lib/memory.h index 1ffda55..3ef0f48 100644 --- a/lib/memory.h +++ b/lib/memory.h
@@ -268,6 +268,6 @@ int line, int type, const char *str); -void memory_init (); +void memory_init (void); #endif /* _ZEBRA_MEMORY_H */