]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/profile/profile.cpp
ported PrtView plugin
[xonotic/netradiant.git] / libs / profile / profile.cpp
index 3c5b0bcf3c45f624772209c3fc49dfa7bda4b5a8..7fcedbb9f3821c7a8d81a8af610a2085b7af1a23 100644 (file)
@@ -105,7 +105,7 @@ bool read_var (const char *filename, const char *section, const char *key, char
   return false;
 }
 
-static bool save_var (const char *filename, const char *section, const char *key, const char *value)
+bool save_var (const char *filename, const char *section, const char *key, const char *value)
 {
   char line[1024], *ptr;
   MemStream old_rc;