repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trafgen: Simplify ring size unit parsing
[netsniff-ng.git]
/
screen.h
blob
7a647be09e65a9612822617fa11a27dc3395303e
1
#ifndef SCREEN_H
2
#define SCREEN_H
3
4
#include <curses.h>
5
6
extern
WINDOW
*
screen_init
(
bool
israw
);
7
extern
void
screen_end
(
void
);
8
9
#endif
/* SCREEN_H */