From 08aad9a8c5ad279759e0a870b1dd0d8159ce3444 Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Tue, 2 Sep 2008 02:02:11 +0200 Subject: Fix lot of warnings --- interface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index d80d9b2..1c713a8 100644 --- a/interface.h +++ b/interface.h @@ -97,11 +97,11 @@ struct interface { }; struct interface_param { - char *name; + const char *name; /* return value (pointer of function)(args ...) */ int (*func)(struct interface *, char *, int, char *, char*); - char *usage; - char *help; + const char *usage; + const char *help; }; -- cgit v1.2.3-55-g7522