auth.c: removed unneeded prototype for hashlittle()
[citadel.git] / 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