Commit 43312a4f authored by Matthieu Boutier's avatar Matthieu Boutier

Make a function static (no previous prototype).

parent 8798b941
......@@ -91,7 +91,7 @@ write_timeout(int fd, const void *buf, int len)
}
}
void
static void
local_notify_self_1(int s)
{
char buf[512];
......
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