From: Art Cancro Date: Sun, 4 Jun 2023 02:46:06 +0000 (-0900) Subject: auth.c: removed unneeded prototype for hashlittle() X-Git-Tag: v976~2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e9cac79780cb6870fe23d1c22d5f8f07f73bcbc3 auth.c: removed unneeded prototype for hashlittle() --- diff --git a/webcit/auth.c b/webcit/auth.c index 74d9237e9..57f8adb6b 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -16,7 +16,6 @@ #include "webserver.h" #include -extern uint32_t hashlittle( const void *key, size_t length, uint32_t initval); /* * Access level definitions. This is initialized from a function rather than a