diff mcabber/src/utils.h @ 524:05c0e55c4bb1

Pass message body to external command Introduce 2 new options: event_log_files & event_log_dir
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Nov 2005 00:08:49 +0100
parents a926523d2392
children c71699efa5cc
line wrap: on
line diff
--- a/mcabber/src/utils.h	Sat Nov 19 18:12:37 2005 +0100
+++ b/mcabber/src/utils.h	Sun Nov 20 00:08:49 2005 +0100
@@ -9,6 +9,8 @@
 
 int checkset_perm(const char *name, unsigned int setmode);
 
+const char *ut_get_tmpdir(void);
+
 int    to_iso8601(char *dststr, time_t timestamp);
 time_t from_iso8601(const char *timestamp, int utc);