Jelajahi Sumber

Merge pull request #58 from derskythe/fix/max_value

fix: Improve formatting of subbrute_protocol_calc_max_value declaration
DerSkythe 2 tahun lalu
induk
melakukan
6f427c2a99
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      subbrute_protocols.h

+ 1 - 3
subbrute_protocols.h

@@ -356,6 +356,4 @@ void subbrute_protocol_file_generate_file(
  *
  * @return The maximum value that can be generated based on the attack parameters (uint64_t).
  */
-uint64_t
-    subbrute_protocol_calc_max_value(SubBruteAttacks attack_type, uint8_t bits, bool two_bytes);
-    subbrute_protocol_calc_max_value(SubBruteAttacks attack_type, uint8_t bits, bool two_bytes);
+uint64_t subbrute_protocol_calc_max_value(SubBruteAttacks attack_type, uint8_t bits, bool two_bytes);