diff -r 6171f0bad318 -r f7b49b2c5d84 project_files/frontlib/util/util.h --- a/project_files/frontlib/util/util.h Wed Jun 27 22:52:19 2012 +0200 +++ b/project_files/frontlib/util/util.h Thu Jul 05 00:33:24 2012 +0200 @@ -112,6 +112,11 @@ */ bool flib_contains_dir_separator(const char *str); +/** + * Returns true if str is either NULL or points to a 0-length string + */ +bool flib_strempty(const char *str); + int flib_gets(char *str, size_t strlen); #endif