From e9cac79780cb6870fe23d1c22d5f8f07f73bcbc3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 3 Jun 2023 17:46:06 -0900 Subject: [PATCH] auth.c: removed unneeded prototype for hashlittle() --- webcit/auth.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2