diff mcabber/src/utils.h @ 362:d8f147d6e872

Check directory and config file permissions * Check history directory and configuration file permissions, and correct them to 0700 and 0600 if necessary. * Warn when mcabber main directory ($HOME/.mcabber) has bad permissions * Reset UseFileLogging & FileLoadLogs when the log dir does not exist
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 14:37:27 +0100
parents f562b9af2de7
children 33b8e801ffa6
line wrap: on
line diff
--- a/mcabber/src/utils.h	Sat Jul 23 21:50:06 2005 +0100
+++ b/mcabber/src/utils.h	Sun Jul 24 14:37:27 2005 +0100
@@ -4,6 +4,8 @@
 void ut_InitDebug(unsigned int level, const char *file);
 void ut_WriteLog(const char *fmt, ...);
 
+int checkset_perm(const char *name, unsigned int setmode);
+
 int    to_iso8601(char *dststr, time_t timestamp);
 time_t from_iso8601(const char *timestamp, int utc);