~ubuntu-branches/ubuntu/quantal/gnupg2/quantal-proposed

« back to all changes in this revision

Viewing changes to jnlib/w32-afunix.h

Tags: upstream-2.0.9
ImportĀ upstreamĀ versionĀ 2.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  char           sun_path[108-2-4]; /* Path name.  */
40
40
};
41
41
 
 
42
 
42
43
int _w32_close (int fd);
43
44
int _w32_sock_new (int domain, int type, int proto);
44
 
int _w32_sock_bind (int sockfd, struct sockaddr *addr, int addrlen);
45
45
int _w32_sock_connect (int sockfd, struct sockaddr *addr, int addrlen);
46
46
 
 
47
 
47
48
#endif /*W32AFUNIX_DEFS_H*/
48
49
#endif /*_WIN32*/