The little LEDs on the NanoPi blink when there is activity.
[citadel.git] / citadel / server / internet_addressing.h
index 443033561ee235be2bb8ffefcfebbdd0a5fc9101..0f3793858a9ad79baad5de259332cd1b527b9a46 100644 (file)
@@ -23,9 +23,7 @@ int CtdlHostAlias(char *fqdn);
 char *harvest_collected_addresses(struct CtdlMessage *msg);
 int is_email_subscribed_to_list(char *email, char *room_name);
 
-/* 
- * Values that can be returned by CtdlHostAlias()
- */
+// Values that can be returned by CtdlHostAlias()
 enum {
        hostalias_nomatch,
        hostalias_localhost,