* locate_user_vcard() wasn't using either of its supplied parameters. Removed the...
[citadel.git] / webcit / webcit.h
index 8c6104a9934e2fd7281724dc75465f42b22324b0..c1a589dd123ecb2ff9b114bda040085d562e7c06 100644 (file)
@@ -664,7 +664,7 @@ int read_server_binary(StrBuf *Ret, size_t total_len);
 int StrBuf_ServGetBLOB(StrBuf *buf, long BlobSize);
 int read_server_text(StrBuf *Buf, long *nLines);
 int goto_config_room(void);
-long locate_user_vcard(char *username, long usernum);
+long locate_user_vcard_in_this_room(void);
 void sleeeeeeeeeep(int);
 void http_transmit_thing(const char *content_type, int is_static);
 long unescape_input(char *buf);