/[cvs]/ccvs/src/client.h
ViewVC logotype

Diff of /ccvs/src/client.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by dprice, Sun Sep 25 00:28:51 2005 UTC revision 1.60 by conradpino, Mon Sep 26 03:25:30 2005 UTC
# Line 211  void client_notify (const char *, const Line 211  void client_notify (const char *, const
211                      const char *);                      const char *);
212    
213  #if defined AUTH_CLIENT_SUPPORT || defined HAVE_KERBEROS || defined HAVE_GSSAPI  #if defined AUTH_CLIENT_SUPPORT || defined HAVE_KERBEROS || defined HAVE_GSSAPI
214  # ifdef HAVE_WINSOCK_H  # include <sys/socket.h>
215  #  include <winsock.h>  # include <netinet/in.h>
216  # else /* No winsock.h */  # include <arpa/inet.h>
217  #  include <sys/socket.h>  # include <netdb.h>
 #  include <netinet/in.h>  
 #  include <arpa/inet.h>  
 #  include <netdb.h>  
 # endif /* No winsock.h */  
218  struct hostent *init_sockaddr (struct sockaddr_in *, char *, unsigned int);  struct hostent *init_sockaddr (struct sockaddr_in *, char *, unsigned int);
219  #endif  #endif
220    

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26