"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/src/portfwd.h" (30 May 2005, 357 Bytes) of package /linux/privat/old/portfwd-0.29.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    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 */