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