ICE/include/X11/ICE ICElib.h,3.5,3.6

Daniel Stone xlibs-commit@pdx.freedesktop.org
Fri Jan 28 09:04:04 PST 2005


Committed by: daniels

Update of /cvs/xlibs/ICE/include/X11/ICE
In directory gabe:/tmp/cvs-serv3394/include/X11/ICE

Modified Files:
	ICElib.h 
Log Message:
* misc.c:
* ICElibint.h:
* include/X11/ICE/ICElib.h:
Move _IceGetPeerName into the public API as IceGetPeerName, since it is
used by libSM.


Index: ICElib.h
===================================================================
RCS file: /cvs/xlibs/ICE/include/X11/ICE/ICElib.h,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- ICElib.h	29 Oct 2003 05:51:25 -0000	3.5
+++ ICElib.h	28 Jan 2005 17:04:02 -0000	3.6
@@ -510,6 +510,12 @@
 #endif
 );
 
+extern char *IceGetPeerName (
+#if NeedFunctionPrototypes
+    IceConn             /* iceConn */
+#endif
+);
+
 
 /*
  * Multithread Routines



More information about the xlibs-commit mailing list