From 317649577d6ef66c3a50bb8ae9791ddf5a56d425 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 22 Jul 2023 10:18:36 -0400 Subject: [PATCH] add prototype for b64unalphabet() to silence warning --- libcitadel/lib/libcitadel.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2