diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-23 20:31:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-23 20:31:40 +0000 |
commit | c808db69d2e2644497e9a50525971c456e3a0eb5 (patch) | |
tree | c3114c675cdaaba6414d289f0ecf33c099077d5d /app/smproxy/smproxy.h | |
parent | 44c2166e6d710384fd59b04c8189dd853b549fd9 (diff) |
really update to smproxy 1.0.3.
(previous commit was done without updating anything)
Diffstat (limited to 'app/smproxy/smproxy.h')
-rw-r--r-- | app/smproxy/smproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/smproxy/smproxy.h b/app/smproxy/smproxy.h index 958a99168..3e2bd3a98 100644 --- a/app/smproxy/smproxy.h +++ b/app/smproxy/smproxy.h @@ -1,5 +1,5 @@ /* $Xorg: smproxy.h,v 1.4 2001/02/09 02:05:36 xorgcvs Exp $ */ -/* $XdotOrg: app/smproxy/smproxy.h,v 1.3 2005/07/16 22:07:13 alanc Exp $ */ +/* $XdotOrg: $ */ /****************************************************************************** Copyright 1994, 1998 The Open Group @@ -107,5 +107,6 @@ extern void ReadProxyFile ( char *filename ); extern char * WriteProxyFile ( void ); extern char * LookupClientID ( WinInfo *theWindow ); +extern WinInfo *win_head; #define SAVEFILE_VERSION 1 |