]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/iniparser/dictionary.c
Fix build
[netatalk.git] / libatalk / iniparser / dictionary.c
index 6ba083583de8d3b6b7daf9c3ed1f71d3be0e5c92..1848b45db15c036ada509e72ccbb1af74dd7875c 100644 (file)
@@ -193,7 +193,7 @@ void dictionary_del(dictionary * d)
   dictionary object, you should not try to free it or modify it.
  */
 /*--------------------------------------------------------------------------*/
-char * dictionary_get(dictionary * d, char *section, char * key, char * def)
+const char * dictionary_get(const dictionary * d, const char *section, const char * key, const char * def)
 {
        unsigned        hash ;
        int                     i ;