From cb227b68b34052c2198cddfece3ee6da81a5e13e Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 23 May 2000 10:27:16 +0000 Subject: Added e_write_file. 2000-05-23 Christopher James Lahey * e-util.c, e-util.h: Added e_write_file. svn path=/trunk/; revision=3181 --- e-util/e-util.h-29002 | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-util.h-29002') 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_ */ -- cgit v1.2.3