Files
iftop/ui.h
2002-03-24 16:22:26 +00:00

15 lines
149 B
C

/*
* ui.h:
*
*
*/
#ifndef __UI_H_ /* include guard */
#define __UI_H_
void ui_print();
void ui_loop();
void ui_finish();
#endif /* __UI_H_ */