add serv_vcard.h
authorArt Cancro <ajc@citadel.org>
Thu, 19 Jan 2006 21:57:19 +0000 (21:57 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 19 Jan 2006 21:57:19 +0000 (21:57 +0000)
citadel/serv_vcard.h [new file with mode: 0644]

diff --git a/citadel/serv_vcard.h b/citadel/serv_vcard.h
new file mode 100644 (file)
index 0000000..ad23cbb
--- /dev/null
@@ -0,0 +1,5 @@
+/*
+ * $Id: $
+ */
+void extract_primary_inet_email(char *emailaddrbuf, size_t emailaddrbuf_len, struct vCard *v);
+struct vCard *vcard_get_user(struct ctdluser *u);