diff options
Diffstat (limited to 'isisd/isis_misc.h')
-rw-r--r-- | isisd/isis_misc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/isisd/isis_misc.h b/isisd/isis_misc.h index 330556a6e..91bd2489c 100644 --- a/isisd/isis_misc.h +++ b/isisd/isis_misc.h @@ -40,11 +40,11 @@ int sysid2buff (u_char *, u_char *); /* * Printing functions */ -char *isonet_print (u_char *, int len); -char *sysid_print (u_char *); -char *snpa_print (u_char *); -char *rawlspid_print (u_char *); -char *time2string (u_int32_t); +const char *isonet_print (u_char *, int len); +const char *sysid_print (u_char *); +const char *snpa_print (u_char *); +const char *rawlspid_print (u_char *); +const char *time2string (u_int32_t); /* typedef struct nlpids nlpids; */ char *nlpid2string (struct nlpids *); |