src/core/config.h
changeset 2570 15d5421022a1
parent 2569 d5cff2968984
child 2585 b74a38fc7a9a
--- a/src/core/config.h	Fri Mar 07 12:18:34 2008 -0800
+++ b/src/core/config.h	Sun Mar 09 21:07:14 2008 +0100
@@ -12,7 +12,9 @@
 
 void Set (std::string path, Attribute value);
 void SetDefault (std::string name, Attribute value);
+bool SetDefaultFailSafe (std::string name, Attribute value);
 void SetGlobal (std::string name, Attribute value);
+bool SetGlobalFailSafe (std::string name, Attribute value);
 void Connect (std::string path, const CallbackBase &cb);
 void Disconnect (std::string path, const CallbackBase &cb);
 void ConnectWithContext (std::string path, const CallbackBase &cb);