comparison src/proxy.h @ 2417:5473c8c5378d

[gaim-migrate @ 2430] boo-yah! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 09:48:33 +0000
parents b66aca8e8dce
children 9682c0e022c6
comparison
equal deleted inserted replaced
2416:61b816a7b467 2417:5473c8c5378d
21 21
22 /* this is the export part of the proxy.c file. it does a little 22 /* this is the export part of the proxy.c file. it does a little
23 prototype-ing stuff and redefine some net function to mask them 23 prototype-ing stuff and redefine some net function to mask them
24 with some kind of transparent layer */ 24 with some kind of transparent layer */
25 25
26 #ifndef _INC_PROXY_H 26 #ifndef _PROXY_H_
27 #define _INC_PROXY_H 27 #define _PROXY_H_
28 28
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <sys/socket.h> 30 #include <sys/socket.h>
31 #include <netdb.h> 31 #include <netdb.h>
32 #include <netinet/in.h> 32 #include <netinet/in.h>
52 extern gint gaim_input_add(int, GaimInputCondition, GaimInputFunction, gpointer); 52 extern gint gaim_input_add(int, GaimInputCondition, GaimInputFunction, gpointer);
53 extern void gaim_input_remove(gint); 53 extern void gaim_input_remove(gint);
54 54
55 extern int proxy_connect(char *host, int port, GaimInputFunction func, gpointer data); 55 extern int proxy_connect(char *host, int port, GaimInputFunction func, gpointer data);
56 56
57 #endif 57 #endif /* _PROXY_H_ */