2 #ifndef YAWMPPP_COMMON_H
3 #define YAWMPPP_COMMON_H
10 int status
; /* 0=ok 1=error 2=crash */
17 void clean_guards(void);
18 void make_guards(void);
25 void write_pid_file(void);
26 void remove_pid_file(void);
27 void make_config_dir(void);
28 void grab_isp_info(int rof
);
29 void run_pref_app(void);
30 void run_log_app(void);
32 int get_statistics (char *devname
, long *ip
, long *op
, long *is
, long *os
);
33 int stillonline (char *ifs
);