This commit is contained in:
chris
2002-04-01 22:44:41 +00:00
parent e7c96c16cc
commit 9e3d1e08ef
3 changed files with 12 additions and 5 deletions

View File

@@ -26,4 +26,11 @@ void *xrealloc(void *w, size_t n);
char *xstrdup(const char *s);
void xfree(void *v);
/* ui.c */
void analyse_data(void);
void ui_init(void);
/* options.c */
void options_read(int argc, char **argv);
#endif /* __IFTOP_H_ */