]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
Release version 992 generated by do-release.sh
[citadel.git] / libcitadel / lib / libcitadel.h
index b2241e8acdae13b5120bb8b3350248f33abd8184..ed697690bfd44841c95770b2a069afa3c7e2b2ef 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 982
+#define LIBCITADEL_VERSION_NUMBER 992
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -575,6 +575,7 @@ struct vnote *vnote_new_from_str(char *s);
 void vnote_free(struct vnote *v);
 char *vnote_serialize(struct vnote *v);
 void vnote_serialize_output_field(char *append_to, char *field, char *label);
+char b64unalphabet(char ch);