Skip to content

Commit

Permalink
Add declaration of config_is_set()
Browse files Browse the repository at this point in the history
  • Loading branch information
tedjp committed May 3, 2012
1 parent 68fb013 commit 59e4916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ void config_add(char *key, char *value);
void config_load(const char *path);
long config_get_int(const char *key, long def_value);
const char *config_get_string(const char *key, const char *def_value);
int config_is_set(const char *key);

0 comments on commit 59e4916

Please sign in to comment.