Change proto to use const char ptr
[pazpar2-moved-to-github.git] / src / marcmap.h
index ba455b1..8e5846c 100644 (file)
@@ -28,7 +28,7 @@ struct marcmap
     struct marcmap *next;
 };
 
-struct marcmap *marcmap_load(char *filename, NMEM nmem);
+struct marcmap *marcmap_load(const char *filename, NMEM nmem);
 xmlDoc *marcmap_apply(struct marcmap *marcmap, xmlDoc *xml_in);
 
 #endif