]> git.deb.at Git - pkg/abook.git/commitdiff
- fix compile warnings
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 7 Aug 2006 11:39:53 +0000 (11:39 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 7 Aug 2006 11:39:53 +0000 (11:39 +0000)
options.c

index 81f8d2c42306c716a1870473dee6ed6762d5d17c..16fb365da8a73d0d85a39b48c824f26cdf61ebe1 100644 (file)
--- a/options.c
+++ b/options.c
@@ -317,7 +317,7 @@ opt_set_set_option(char *p, struct option *opt)
        return NULL;
 }
 
-static char *
+static const char *
 opt_set_option(char *var, char *p)
 {
        int i;
@@ -386,7 +386,7 @@ opt_parse_customfield(buffer *b)
 /*
  * syntax: view <tab name> = <field1> [ , <field2>, ... ]
  */
-static char *
+static const char *
 opt_parse_view(buffer *b)
 {
        char *err, *view;
@@ -416,7 +416,7 @@ opt_parse_view(buffer *b)
 /*
  * syntax: field <identifier> = <human readable name> [ , <type> ]
  */
-static char *
+static const char *
 opt_parse_field(buffer *b)
 {
        char *err, *field, *name;