summaryrefslogtreecommitdiff
path: root/xnest-plugin/RxPlugin.h
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-26 17:53:41 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-26 17:53:41 -0200
commit1a750c272683fab37cc7cd4327ccefdfa39faf85 (patch)
tree23c973ca975ec853807032e3bb1eca58422f31ce /xnest-plugin/RxPlugin.h
parent549335c473370f8a243be79387577306e525f144 (diff)
Correct make distcheck and most sparse warnings.
Only remaining sparse warning is about no previous definition for the function vectors declared in Xtrans/Xtranssock.c. Also, use only one .gitignore file, instead of one per directory.
Diffstat (limited to 'xnest-plugin/RxPlugin.h')
-rw-r--r--xnest-plugin/RxPlugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xnest-plugin/RxPlugin.h b/xnest-plugin/RxPlugin.h
index ce7c420..5e05e12 100644
--- a/xnest-plugin/RxPlugin.h
+++ b/xnest-plugin/RxPlugin.h
@@ -111,8 +111,8 @@ RxpProcessParams(PluginInstance* This, RxParams *in, RxReturnParams *out);
extern void
RxpSetStatusWidget(PluginInstance*, PluginState);
-extern void RxpInitXnestDisplayNumbers();
-extern int RxpXnestDisplayNumber();
+extern void RxpInitXnestDisplayNumbers(void);
+extern int RxpXnestDisplayNumber(void);
extern void RxpFreeXnestDisplayNumber(int i);
extern char * RxpXnestDisplay(int display_number);