/[pengfork]/pengfork/include/checkopt.h
ViewVC logotype

Diff of /pengfork/include/checkopt.h

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

revision 1.4 by chupa, Sat Dec 7 14:01:23 2002 UTC revision 1.5 by chupa, Fri Dec 13 15:29:14 2002 UTC
# Line 25  Line 25 
25  #ifndef __CHECKOPT_H__  #ifndef __CHECKOPT_H__
26  #define __CHECKOPT_H__  #define __CHECKOPT_H__
27    
28  #include "config.h"  #if HAVE_CONFIG_H
29    # include "config.h"
30    #endif
31    
32  int check_multiple(char *option, char *value, char **choices);  int check_multiple(char *option, char *value, char **choices);
33    
# Line 35  int check_iface_type(char *option, char Line 37  int check_iface_type(char *option, char
37  int check_screen_name(char *option, char *sn);  int check_screen_name(char *option, char *sn);
38  int check_debug_level(char *option, int level);  int check_debug_level(char *option, int level);
39  int check_natural(char *option, int num);  int check_natural(char *option, int num);
40  #ifdef WITH_MODEM  #if ENABLE_MODEM
41  int check_line_speed(char *option, int speed);  int check_line_speed(char *option, int speed);
42  #endif  #endif
43  #ifdef WITH_CABLE  #if ENABLE_TCPIP
44  int check_port(char *option, int port);  int check_port(char *option, int port);
 int check_ip(char *option, char *ip);  
45  #endif  #endif
46    
47  #endif /* __CHECKOPT_H__ */  #endif /* __CHECKOPT_H__ */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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