]> sjero.net Git - linphone/blobdiff - coreapi/lpconfig.h
merge public branch
[linphone] / coreapi / lpconfig.h
index bb731acbcee18e6bc4f91b9ad75253c7274d301b..ed7a66b1e6dfc1bd78e20aa1a71febf801969631 100644 (file)
@@ -86,6 +86,12 @@ void lp_config_set_string(LpConfig *lpconfig,const char *section, const char *ke
  * @ingroup misc
 **/
 void lp_config_set_int(LpConfig *lpconfig,const char *section, const char *key, int value);
+/**
+ * Sets a float config item
+ *
+ * @ingroup misc
+**/
+void lp_config_set_float(LpConfig *lpconfig,const char *section, const char *key, float value);        
 /**
  * Writes the config file to disk.
  *