added library build mode
This commit is contained in:
10
refresh.h
10
refresh.h
@@ -19,5 +19,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
void alarm_cb (int i);
|
||||
|
||||
float tomb (u_int32_t bytes);
|
||||
float tokb (u_int32_t bytes);
|
||||
float tokbps (u_int32_t bytes);
|
||||
void getkbps (Process * curproc, float * recvd, float * sent);
|
||||
void gettotal(Process * curproc, u_int32_t * recvd, u_int32_t * sent);
|
||||
void gettotalmb(Process * curproc, float * recvd, float * sent);
|
||||
void gettotalkb(Process * curproc, float * recvd, float * sent);
|
||||
void gettotalb(Process * curproc, float * recvd, float * sent);
|
||||
|
||||
Reference in New Issue
Block a user