Minor code and output cleanups for the week of 2005-08-15.
[ircu2.10.12-pk.git] / ircd / IPcheck.c
index 0887fe2acdf52f377978d76f106dc5a1264abb7f..373958e9dc030eb7b6e0af3f9f99596c4c398ac4 100644 (file)
@@ -160,7 +160,7 @@ static void ip_registry_remove(struct IPRegistryEntry* entry)
  * For members that have a sensible default value, that is used.
  * @return Newly allocated registry entry.
  */
-static struct IPRegistryEntry* ip_registry_new_entry()
+static struct IPRegistryEntry* ip_registry_new_entry(void)
 {
   struct IPRegistryEntry* entry = freeList;
   if (entry)