1 /* 2 portfwd.h 3 4 $Id: portfwd.h,v 1.5 2005/05/30 02:13:28 evertonm Exp $ 5 */ 6 7 #ifndef PORTFWD_H 8 #define PORTFWD_H 9 10 #include "config.h" 11 12 extern const int BUF_SZ; 13 extern const char * const portfwd_version; 14 15 #ifdef HAVE_MSG_PROXY 16 extern int transparent_proxy; 17 #endif 18 19 extern int on_the_fly_dns; 20 extern int foreground; 21 22 #endif /* PORTFWD_H */ 23 24 /* portfwd.h */