diff options
Diffstat (limited to 'lib/memory_vty.h')
| -rw-r--r-- | lib/memory_vty.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/memory_vty.h b/lib/memory_vty.h index a47c5d51b8..b66c3b6d6e 100644 --- a/lib/memory_vty.h +++ b/lib/memory_vty.h @@ -23,9 +23,9 @@  #include "memory.h" -extern void memory_init (void); +extern void memory_init(void);  /* Human friendly string for given byte count */  #define MTYPE_MEMSTR_LEN 20 -extern const char *mtype_memstr (char *, size_t, unsigned long); +extern const char *mtype_memstr(char *, size_t, unsigned long);  #endif /* _ZEBRA_MEMORY_VTY_H */  | 
