summaryrefslogtreecommitdiff
path: root/comsat/cfg.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-12 10:28:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-12 10:28:40 +0000
commit7d1f1b45ebe859d8bd3c937d81c2ff6c4c1f058c (patch)
treefbd8a24de6fe7205bf58490312b46e777d7c2ec4 /comsat/cfg.c
parent84ace43c70d369c34fd8b6e4eb0c242eef859b76 (diff)
downloadmailutils-7d1f1b45ebe859d8bd3c937d81c2ff6c4c1f058c.tar.gz
mailutils-7d1f1b45ebe859d8bd3c937d81c2ff6c4c1f058c.tar.bz2
Commented out unused static functions
Diffstat (limited to 'comsat/cfg.c')
-rw-r--r--comsat/cfg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/comsat/cfg.c b/comsat/cfg.c
index b78e23d19..2a1649cda 100644
--- a/comsat/cfg.c
+++ b/comsat/cfg.c
@@ -239,6 +239,8 @@ read_config (const char *config_file)
fclose (fp);
}
+/*NOTE: currently unused. */
+#if 0
static void
netdef_free (netdef_t *netdef)
{
@@ -266,7 +268,6 @@ acl_free (acl_t *acl)
}
}
-/*NOTE: currently unused. */
static void
discard_acl (acl_t *mark)
{
@@ -279,6 +280,7 @@ discard_acl (acl_t *mark)
else
acl_head = acl_tail = NULL;
}
+#endif
int
acl_match (struct sockaddr_in *sa_in)

Return to:

Send suggestions and report system problems to the System administrator.