on prototypes, void means sth
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef HASH1_BRUTE_H
|
||||
#define HASH1_BRUTE_H
|
||||
void brute_hash1();
|
||||
void brute_hash1(void);
|
||||
|
||||
#endif // HASH1_BRUTE_H
|
||||
|
||||
Reference in New Issue
Block a user