mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-07-09 20:11:37 +00:00
7 lines
135 B
C
7 lines
135 B
C
#pragma once
|
|
|
|
#include "psa_bf_types.h"
|
|
|
|
void psa_brute_force_run(PsaBfState* state);
|
|
int32_t psa_brute_force_thread_entry(void* arg);
|