From: Art Cancro Date: Sat, 22 Jul 2023 14:18:36 +0000 (-0400) Subject: add prototype for b64unalphabet() to silence warning X-Git-Tag: v984~2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=317649577d6ef66c3a50bb8ae9791ddf5a56d425 add prototype for b64unalphabet() to silence warning --- diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 5fab0c5cf..0efb7895f 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -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);