diff options
Diffstat (limited to 'e-util/e-util.h-29002')
-rw-r--r-- | e-util/e-util.h-29002 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002 index fef56c0531..132c89e9a0 100644 --- a/e-util/e-util.h-29002 +++ b/e-util/e-util.h-29002 @@ -40,5 +40,6 @@ void e_free_object_list (GList *list); void e_free_string_list (GList *list); char *e_read_file (const char *filename); +gint e_write_file(const char *filename, const char *data, int flags); #endif /* _E_UTIL_H_ */ |