* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / internet_addressing.c
index 731c12079fae0cbecafc76d814f67048b3c2b4d4..50da226926d6515b14c3ebc0855138fc31094cd3 100644 (file)
@@ -113,7 +113,7 @@ int CtdlHostAlias(char *fqdn) {
  *
  * FIXME ... this needs to be updated to handle aliases.
  */
-int fuzzy_match(struct user *us, char *matchstring) {
+int fuzzy_match(struct ctdluser *us, char *matchstring) {
        int a;
 
        if ( (!strncasecmp(matchstring, "cit", 3))