mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
convert C-style (void) parameter lists to C++ style ()
This commit is contained in:
@@ -347,7 +347,7 @@ std::string CopyrightHolders(const std::string& strPrefix);
|
||||
* @return The return value of sched_setschedule(), or 1 on systems without
|
||||
* sched_setschedule().
|
||||
*/
|
||||
int ScheduleBatchPriority(void);
|
||||
int ScheduleBatchPriority();
|
||||
|
||||
namespace util {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user