fixes
This commit is contained in:
parent
2eef1fa316
commit
a38a183626
22 changed files with 187 additions and 144 deletions
|
|
@ -5,20 +5,6 @@
|
|||
#include "dat.h"
|
||||
#include "protos.h"
|
||||
|
||||
static void
|
||||
p_compile(Filter *f)
|
||||
{
|
||||
USED(f);
|
||||
}
|
||||
|
||||
static int
|
||||
p_filter(Filter *f, Msg *m)
|
||||
{
|
||||
USED(f);
|
||||
USED(m);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static char tohex[16] = {
|
||||
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
|
||||
'a', 'b', 'c', 'd', 'e', 'f'
|
||||
|
|
@ -83,10 +69,11 @@ p_seprint(Msg *m)
|
|||
Proto dump =
|
||||
{
|
||||
"dump",
|
||||
p_compile,
|
||||
p_filter,
|
||||
nil,
|
||||
nil,
|
||||
p_seprint,
|
||||
nil,
|
||||
nil,
|
||||
nil,
|
||||
defaultframer,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue