Commit 149a536e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Fix a couple of old-style functions

parent a3431ade
......@@ -49,7 +49,7 @@ static pthread_mutex_t stv_mtx;
*/
const struct stevedore *
STV_next()
STV_next(void)
{
static struct stevedore *stv;
struct stevedore *r;
......
......@@ -183,7 +183,7 @@ static struct suckaddr bogo_ip_vsa;
const struct suckaddr *bogo_ip = &bogo_ip_vsa;
void
VSA_Init()
VSA_Init(void)
{
struct addrinfo hints, *res = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment