From 1cd80845dc5262ff7d3d38deb1921f0b8390f4df Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 7 Oct 2004 20:07:40 +0000 Subject: No warnings here any more. --- isisd/isis_misc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'isisd/isis_misc.h') diff --git a/isisd/isis_misc.h b/isisd/isis_misc.h index 330556a6..91bd2489 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 *); -- cgit v1.2.1