util.c is the proper place for those functions.

This commit is contained in:
Fernando Tarlá Cardoso Lemos
2010-11-30 22:47:16 -02:00
committed by Michael Stapelberg
parent 3669bcbd5f
commit 68f906f278
4 changed files with 54 additions and 44 deletions

View File

@ -129,9 +129,6 @@ struct Config {
} bar;
};
char *resolve_tilde(const char *path);
bool path_exists(const char *path);
/**
* Reads the configuration from ~/.i3/config or /etc/i3/config if not found.
*