masqmail
diff src/masqmail.h @ 244:7082044c05c6
renamed `alias_local_cmp' to `localpartcmp'
this is more accurate
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 25 Oct 2010 17:48:08 -0300 |
parents | bc9d9cd9ee8e |
children | 2f5e2b6a3a39 |
line diff
1.1 --- a/src/masqmail.h Mon Oct 25 17:46:13 2010 -0300 1.2 +++ b/src/masqmail.h Mon Oct 25 17:48:08 2010 -0300 1.3 @@ -179,7 +179,7 @@ 1.4 gboolean pipe_fromhack; 1.5 1.6 gchar *alias_file; 1.7 - int (*alias_local_cmp) (const char *, const char *); 1.8 + int (*localpartcmp) (const char *, const char *); 1.9 1.10 GList *local_net_routes; 1.11 GList *connect_routes; /* list of pairs which point to lists */