masqmail

diff src/masqmail.h @ 254:82d168dd52fd

removed the obsolete pos argument from time_interval()
author markus schnalke <meillo@marmaro.de>
date Thu, 04 Nov 2010 14:45:42 -0300
parents 2f5e2b6a3a39
children 7b12d081b939
line diff
     1.1 --- a/src/masqmail.h	Thu Nov 04 14:36:47 2010 -0300
     1.2 +++ b/src/masqmail.h	Thu Nov 04 14:45:42 2010 -0300
     1.3 @@ -515,7 +515,7 @@
     1.4  void destroy_table(GList * table);
     1.5  
     1.6  /* timeival.c */
     1.7 -gint time_interval(gchar * str, gint * pos);
     1.8 +gint time_interval(gchar * str);
     1.9  
    1.10  /* permissions.c */
    1.11  gboolean is_privileged_user(uid_t uid);