mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
b17d51b0d4
one) instead of INADDR_ANY. This is not a user-visible change of the original functionality.
12 lines
528 B
C
12 lines
528 B
C
--- lib/imlib/imfuncs.h.orig 2002-10-03 18:35:30.000000000 +0900
|
|
+++ lib/imlib/imfuncs.h 2008-11-02 01:08:11.000000000 +0900
|
|
@@ -60,7 +60,7 @@
|
|
/*
|
|
* Transport layer functions (defined in imxport.c)
|
|
*/
|
|
-extern int IMCreateTCPService _Pt_((int *portp));
|
|
+extern int IMCreateTCPService _Pt_((int *portp, char *listenaddr));
|
|
extern IMConnection *IMTCPConnection _Pt_((Widget protocol, int socket));
|
|
extern int IMCreateUnixService _Pt_((char *path));
|
|
extern IMConnection *IMUnixConnection _Pt_((Widget protocol, int socket));
|