cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/client.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/client.h
Date: Sat, 24 Sep 2005 20:28:52 -0400

Index: ccvs/src/client.h
diff -u ccvs/src/client.h:1.58 ccvs/src/client.h:1.59
--- ccvs/src/client.h:1.58      Wed Jul 13 17:06:35 2005
+++ ccvs/src/client.h   Sun Sep 25 00:28:51 2005
@@ -209,4 +209,17 @@
 void client_import_done (void);
 void client_notify (const char *, const char *, const char *, int,
                     const char *);
+
+#if defined AUTH_CLIENT_SUPPORT || defined HAVE_KERBEROS || defined HAVE_GSSAPI
+# ifdef HAVE_WINSOCK_H
+#  include <winsock.h>
+# else /* No winsock.h */
+#  include <sys/socket.h>
+#  include <netinet/in.h>
+#  include <arpa/inet.h>
+#  include <netdb.h>
+# endif /* No winsock.h */
+struct hostent *init_sockaddr (struct sockaddr_in *, char *, unsigned int);
+#endif
+
 #endif /* CLIENT_SUPPORT */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]