repo.or.cz
/
iptraf-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
capt_get_packet(): check for key press only every 20ms
[iptraf-ng.git]
/
src
/
built-in.h
blob
659311d52031e17bc5562aab23a5ada3a14f2e34
1
/* For terms of usage/redistribution/modification see the LICENSE file */
2
/* For authors and contributors see the AUTHORS file */
3
4
#ifndef IPTRAF_NG_BUILT_IN_H
5
#define IPTRAF_NG_BUILT_IN_H
6
7
int
cmd_capture
(
int
argc
,
char
**
argv
);
8
9
#endif