auth.c: removed unneeded prototype for hashlittle()
authorArt Cancro <ajc@citadel.org>
Sun, 4 Jun 2023 02:46:06 +0000 (17:46 -0900)
committerArt Cancro <ajc@citadel.org>
Sun, 4 Jun 2023 02:46:06 +0000 (17:46 -0900)
webcit/auth.c

index 74d9237e94d9d47358ca47e3dcf582ddf01c4fb9..57f8adb6b8f688f9e6df720abae6e2e40128603b 100644 (file)
@@ -16,7 +16,6 @@
 #include "webserver.h"
 #include <ctype.h>
 
-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