summaryrefslogtreecommitdiffstats
path: root/x11/xmove/files/patch-xmovectrl_xmovectrl.c
blob: 9a71ec8f2ec65136634a11ce66d505c044ecd9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: xmovectrl/xmovectrl.c
@@ -33,6 +33,8 @@
 int auth_namelen, auth_datalen;
 char *auth_name, *auth_data;
 
+void DoServerSetup(int server_fd);
+
 main(int argc, char **argv, char **envp)
 {
      char **cur_argv = argv + 1;
@@ -143,6 +145,7 @@
 }     
 
 
+void
 DoServerSetup(int server_fd)
 {
      unsigned char iobuf[512];
OpenPOWER on IntegriCloud