Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
253:c28e8dfebfc3 | 254:82d168dd52fd |
---|---|
513 gpointer *table_find_fnmatch(GList * table_list, gchar * key); | 513 gpointer *table_find_fnmatch(GList * table_list, gchar * key); |
514 GList *table_read(gchar * fname, gchar delim); | 514 GList *table_read(gchar * fname, gchar delim); |
515 void destroy_table(GList * table); | 515 void destroy_table(GList * table); |
516 | 516 |
517 /* timeival.c */ | 517 /* timeival.c */ |
518 gint time_interval(gchar * str, gint * pos); | 518 gint time_interval(gchar * str); |
519 | 519 |
520 /* permissions.c */ | 520 /* permissions.c */ |
521 gboolean is_privileged_user(uid_t uid); | 521 gboolean is_privileged_user(uid_t uid); |
522 | 522 |
523 /* other things */ | 523 /* other things */ |