dissector: ip_auth_hdr: Fix compiler warning
[netsniff-ng.git] / screen.h
blob7a647be09e65a9612822617fa11a27dc3395303e
1 #ifndef SCREEN_H
2 #define SCREEN_H
4 #include <curses.h>
6 extern WINDOW *screen_init(bool israw);
7 extern void screen_end(void);
9 #endif /* SCREEN_H */