diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-12-27 07:50:49 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-12-27 07:50:49 +0000 |
commit | bfe0610fc0bf16d8572d2be04e44fb212ef36772 (patch) | |
tree | 4fa3cdc032101af0132c6b8b7c34cfa5f504ef9a /src/configuration.h | |
parent | 78f1aaf1dc6ddbacd0bd13f5f082e1f88cb02f47 (diff) | |
download | mana-client-bfe0610fc0bf16d8572d2be04e44fb212ef36772.tar.gz mana-client-bfe0610fc0bf16d8572d2be04e44fb212ef36772.tar.bz2 mana-client-bfe0610fc0bf16d8572d2be04e44fb212ef36772.tar.xz mana-client-bfe0610fc0bf16d8572d2be04e44fb212ef36772.zip |
*** empty log message ***
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index db99007c..45c443f8 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -47,6 +47,7 @@ class Configuration { std::string getValue(std::string, std::string); float getValue(std::string, float); private: + bool keyExists(std::string); typedef struct INI_OPTION { std::string key; |