From 07c0a84ec428f6e47226d74db4869d1f0b8b086f Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 14 Apr 2013 20:01:20 +0200 Subject: Added command to open input boxes or text areas with editor (#15). --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 5a52031..8255b30 100644 --- a/src/util.h +++ b/src/util.h @@ -30,5 +30,7 @@ void util_create_file_if_not_exists(const char* filename); char* util_get_file_contents(const char* filename, gsize* length); char** util_get_lines(const char* filename); char* util_strcasestr(const char* haystack, const char* needle); +gboolean util_valid_format_string(const char *format, char type, unsigned int count); +gboolean util_create_tmp_file(const char *content, char **file); #endif /* end of include guard: _UTIL_H */ -- cgit v1.2.3