diff options
| author | rsc <devnull@localhost> | 2006-02-14 19:42:28 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-02-14 19:42:28 +0000 |
| commit | a38a183626848f897085b4d2e54dad6d39146948 (patch) | |
| tree | 208277c8824b8db08878f5f5d65fb1e484099ead /src/cmd/ip/snoopy/dat.h | |
| parent | 2eef1fa31676e58b0038f1c02dcc8df5e23149e6 (diff) | |
| download | plan9port-a38a183626848f897085b4d2e54dad6d39146948.tar.gz plan9port-a38a183626848f897085b4d2e54dad6d39146948.zip | |
fixes
Diffstat (limited to 'src/cmd/ip/snoopy/dat.h')
| -rwxr-xr-x | src/cmd/ip/snoopy/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/ip/snoopy/dat.h b/src/cmd/ip/snoopy/dat.h index a4258c25..49734a78 100755 --- a/src/cmd/ip/snoopy/dat.h +++ b/src/cmd/ip/snoopy/dat.h @@ -18,6 +18,7 @@ struct Proto int (*filter)(Filter*, Msg*); int (*seprint)(Msg*); Mux* mux; + char* valfmt; Field* field; int (*framer)(int, uchar*, int); }; |
