remove all references to the old cfgparse
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user