remove all references to the old cfgparse

This commit is contained in:
Michael Stapelberg
2012-12-24 15:57:02 +01:00
parent b304e6ad34
commit c127ac3855
5 changed files with 18 additions and 12 deletions

View File

@ -29,4 +29,11 @@ struct ConfigResult {
struct ConfigResult *parse_config(const char *input, struct context *context);
/**
* Parses the given file by first replacing the variables, then calling
* parse_config and possibly launching i3-nagbar.
*
*/
void parse_file(const char *f);
#endif