X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;fp=webcit%2Fwebcit.h;h=48974d07aa098eca53cc4f9ad9b5646c65d903aa;hp=8913f4fed01a8fa73efe673522ce4bd6635283df;hb=bf69443eb3c3fad842877f046eeb15f213613306;hpb=cb828090d054ae1c71447d06ab348b638cc5f938 diff --git a/webcit/webcit.h b/webcit/webcit.h index 8913f4fed..48974d07a 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -268,15 +268,6 @@ typedef struct _IcalMethodEnumMap { icalproperty_method map; } IcalMethodEnumMap; -/* - * Address book entry (keep it short and sweet, it's just a quickie lookup - * which we can use to get to the real meat and bones later) - */ -typedef struct _addrbookent { - char ab_name[64]; /* name string */ - long ab_msgnum; /* message number of address book entry */ -} addrbookent; - #define AJAX (1<<0) #define ANONYMOUS (1<<1) @@ -660,9 +651,6 @@ void cdataout(char *rawdata); void url(char *buf, size_t bufsize); void UrlizeText(StrBuf* Target, StrBuf *Source, StrBuf *WrkBuf); - -void display_vcard(StrBuf *Target, wc_mime_attachment *Mime, char alpha, int full, char **storename, long msgnum); - void display_success(const char *successmessage); void shutdown_sessions(void);