Commit e3b44054 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Init.c: rewrite two function prototypes

parent c5c82148
......@@ -397,15 +397,12 @@ FIXME: These variables, if not removed at all because have probably
nxagentInitAtoms();
}
void
nxagentNotifyConnection(int fd, int ready, void *data)
void nxagentNotifyConnection(int fd, int ready, void *data)
{
nxagentDispatchEvents(NULL);
}
void InitInput(argc, argv)
int argc;
char *argv[];
void InitInput(int argc, char *argv[])
{
void *ptr, *kbd;
......
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