]> Pileus Git - wmpus/blobdiff - conf.h
Try to improve focus speed
[wmpus] / conf.h
diff --git a/conf.h b/conf.h
index c63a5bc97c751614f5c383a6a7d435a99eac5292..bd258d09278d4e91ff15ad6e1f91574175ec6554 100644 (file)
--- a/conf.h
+++ b/conf.h
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  */
 
-int conf_get_int(const char *key);
+int conf_get_int(const char *key, int def);
 
-const char *conf_get_str(const char *key);
+const char *conf_get_str(const char *key, const char *def);
 
 void conf_set_int(const char *key, int value);
 
 void conf_set_str(const char *key, const char *value);
 
+void conf_reload(void);
+
 void conf_init(int argc, char **argv);
 
 void conf_free(void);