+2005-08-16 Hasso Tepper <hasso at quagga.net>
+
+ * isis_misc.[ch]: Fix some warnings, making some strings const.
+
2005-08-10 Hasso Tepper <hasso at quagga.net>
* topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead.
* conversion of XXXX.XXXX.XXXX to memory
*/
int
-sysid2buff (u_char * buff, u_char * dotted)
+sysid2buff (u_char * buff, const u_char * dotted)
{
int len = 0;
- u_char *pos = dotted;
+ const u_char *pos = dotted;
u_char number[3];
number[2] = '\0';
* return value of 0 indicates wrong input
*/
int dotformat2buff (u_char *, u_char *);
-int sysid2buff (u_char *, u_char *);
+int sysid2buff (u_char *, const u_char *);
/*
* Printing functions