X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=b4008aebebc70f7f25eed23e7dea8ea630701d2c;hb=570f816b5024916402d429fbcff0f094779a943a;hp=649a78d5dee5ec376d6363d75f81bcc376045fa3;hpb=02d3300005027b7222e05eec07f51119e3236edf;p=citadel.git diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 649a78d5d..b4008aebe 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -4,7 +4,6 @@ */ - /* * since we reference time_t... */ @@ -177,10 +176,12 @@ void the_mime_parser(char *partnum, const char *GuessMimeType(char *data, size_t dlen); const char* GuessMimeByFilename(const char *what, size_t len); -/** Run once at Programstart */ +/* Run once at Programstart */ int LoadIconDir(const char *DirName); -/** guess an icon to the mimetype */ + +/* Select the icon for a given MIME type */ const char *GetIconFilename(char *MimeType, size_t len); + void ShutDownLibCitadel(void); @@ -255,8 +256,8 @@ char *vcard_serialize(struct vCard *); void vcard_fn_to_n(char *vname, char *n, size_t vname_size); void remove_charset_attribute(char *strbuf); -/** - * Citadels Hashlist Implementation +/* + * Hash list implementation for Citadel */ #define HKEY(a) a, sizeof(a) - 1 typedef struct HashList HashList;