]> Pileus Git - wmpus/blobdiff - conf.h
Try to improve focus speed
[wmpus] / conf.h
diff --git a/conf.h b/conf.h
index 57826957452938086841e510597125c8aa704038..bd258d09278d4e91ff15ad6e1f91574175ec6554 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -13,9 +13,9 @@
  * 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);