X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finternet_addressing.c;h=4bf5e0fe0614da98eb663f2a0d774b92d583ba3c;hb=1b71b791e56100f731d23aeec7a47c9d9ca2d7e0;hp=355656ab52d888ee93297c9771a7285ca730a6f7;hpb=365a7b93fe804fe6c618946086fc74c2c39b2dae;p=citadel.git diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index 355656ab5..4bf5e0fe0 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -46,7 +46,7 @@ #include #if 0 -/* This is the non-define version in case of s.b. needing to debug */ +/* This is the non-define version in case it is needed for debugging */ inline void FindNextEnd (char *bptr, char *end) { /* Find the next ?Q? */ @@ -275,8 +275,6 @@ struct trynamebuf { }; char *inetcfg = NULL; -struct spamstrings_t *spamstrings = NULL; - /* * Return nonzero if the supplied name is an alias for this host. @@ -1526,7 +1524,7 @@ int IsDirectory(char *addr, int allow_masq_domains) { /* * Initialize the directory database (erasing anything already there) */ -void CtdlDirectoryInit(void) { +void CtdlRebuildDirectoryIndex(void) { cdb_trunc(CDB_DIRECTORY); }