Update bitmap.c function parameters

This commit is contained in:
jsteube
2016-10-06 09:56:17 +02:00
parent 3d1237a43d
commit 0155c9d44a
2 changed files with 11 additions and 6 deletions
+2 -4
View File
@@ -8,9 +8,7 @@
#include <string.h>
int sort_by_bitmap (const void *s1, const void *s2);
void bitmap_ctx_init (bitmap_ctx_t *bitmap_ctx, const user_options_t *user_options, const hashconfig_t *hashconfig, const hashes_t *hashes);
void bitmap_ctx_destroy (bitmap_ctx_t *bitmap_ctx);
void bitmap_ctx_init (hashcat_ctx_t *hashcat_ctx);
void bitmap_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
#endif // _BITMAP_H