mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 15:48:08 +00:00
fix stdcall warnings under clang32/64
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
4ae5530ff9
commit
419b693f9d
@ -93,7 +93,9 @@ int run_kernel_decompress (hashcat_ctx_t *hashcat_ctx, hc_devi
|
||||
int run_copy (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u64 pws_cnt);
|
||||
int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u64 pws_pos, const u64 pws_cnt);
|
||||
|
||||
HC_API_CALL
|
||||
void *hook12_thread (void *p);
|
||||
HC_API_CALL
|
||||
void *hook23_thread (void *p);
|
||||
|
||||
#endif // HC_BACKEND_H
|
||||
|
@ -240,7 +240,9 @@ int brain_server_sort_hash_long (const void *v1, const void *v2);
|
||||
int brain_server_sort_hash_short (const void *v1, const void *v2);
|
||||
int brain_server_sort_hash_unique (const void *v1, const void *v2);
|
||||
void brain_server_handle_signal (int signo);
|
||||
HC_API_CALL
|
||||
void *brain_server_handle_client (void *p);
|
||||
HC_API_CALL
|
||||
void *brain_server_handle_dumps (void *p);
|
||||
void brain_server_db_hash_init (brain_server_db_hash_t *brain_server_db_hash, const u32 brain_session);
|
||||
bool brain_server_db_hash_realloc (brain_server_db_hash_t *brain_server_db_hash, const i64 new_long_cnt);
|
||||
|
Loading…
Reference in New Issue
Block a user