~ubuntu-branches/ubuntu/trusty/netrek-client-cow/trusty

1 by Barry deFreese
Import upstream version 3.2.8
1
/* netstat.c */
2
void ns_init(int v);
3
void ns_record_update(int count);
4
void ns_do_stat(int v, int c);
5
double ns_get_tstat(void);
6
double ns_get_lstat(void);
7
int ns_get_nfailures(void);
8
char *ns_get_nfthresh_s(void);
9
void ns_set_nfthresh_s(char *s);
10
int ns_get_nfthresh(void);
11
void ns_set_nfthresh(int v);