move conf_clear() and add proto.

ok todd@ oga@
This commit is contained in:
okan
2009-01-23 19:00:59 +00:00
parent 779177a53d
commit 7660bf0db0
3 changed files with 43 additions and 43 deletions

View File

@@ -424,6 +424,7 @@ void conf_grab_mouse(struct client_ctx *);
void conf_reload(struct conf *);
void conf_font(struct conf *);
void conf_init(struct conf *);
void conf_clear(struct conf *);
void conf_cmd_add(struct conf *, char *, char *, int);
int parse_config(const char *, struct conf *);