changed function name

This commit is contained in:
tharexde 2020-09-27 13:42:27 +02:00
commit fc3638a5f4
6 changed files with 13 additions and 13 deletions

View file

@ -22,6 +22,6 @@ void em4x50_write(em4x50_data_t *etd);
void em4x50_write_password(em4x50_data_t *etd);
void em4x50_read(em4x50_data_t *etd);
void em4x50_wipe(em4x50_data_t *etd);
void em4x50_bruteforce(em4x50_data_t *etd);
void em4x50_brute(em4x50_data_t *etd);
#endif /* EM4X50_H */