summaryrefslogtreecommitdiff
path: root/xts5/src/libproto/ClientMng.c
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/src/libproto/ClientMng.c')
-rw-r--r--xts5/src/libproto/ClientMng.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xts5/src/libproto/ClientMng.c b/xts5/src/libproto/ClientMng.c
index c22afcf2..fc37deae 100644
--- a/xts5/src/libproto/ClientMng.c
+++ b/xts5/src/libproto/ClientMng.c
@@ -788,7 +788,7 @@ static void ReleaseMemory (dpy, setup)
* XstOpenDisplay must be sure to initialize all the pointers to NULL
* before the first possible call on this.
*/
-
+int
XstFreeDisplayStructure (dpy)
register XstDisplay * dpy;
{
@@ -841,6 +841,7 @@ register XstDisplay * dpy;
free ((char *) dpy);
+ return 0;
}
static