preparatory patch for -Wwrite-strings #6

This commit is contained in:
Denis Vlasenko
2007-01-29 23:43:52 +00:00
parent 89ef65f024
commit 322661d025
7 changed files with 74 additions and 76 deletions

View File

@ -123,8 +123,8 @@
/* This structure defines protocol families and their handlers. */
struct aftype {
char *name;
char *title;
const char *name;
const char *title;
int af;
int alen;
char *(*print) (unsigned char *);
@ -143,8 +143,8 @@ struct aftype {
/* This structure defines hardware protocols and their handlers. */
struct hwtype {
char *name;
char *title;
const char *name;
const char *title;
int type;
int alen;
char *(*print) (unsigned char *);