net_parse_rootpath() has no parameters

Add void for parameter list.
This commit is contained in:
tsoome 2017-11-22 10:04:09 +00:00
parent 8ae2696ae5
commit 5c3236db55

View File

@ -382,7 +382,7 @@ net_print(int verbose)
* It leaves just the pathname in the global rootpath.
*/
uint32_t
net_parse_rootpath()
net_parse_rootpath(void)
{
n_long addr = htonl(INADDR_NONE);
size_t i;