mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
intermediate commit - it has been over a month since I touched
this...
This commit is contained in:
parent
e2fdf16e0c
commit
bb76335e5a
2 changed files with 163 additions and 0 deletions
14
src/AsciiInputOutput.h
Normal file
14
src/AsciiInputOutput.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#ifndef AsciiInputOutput_h
|
||||
#define AsciiInputOutput_h
|
||||
|
||||
class AsciiInputOutput {
|
||||
public:
|
||||
// converts a threading value to the corresponding ascii representation
|
||||
// returns false & logs an error with reporter in case an error occurs
|
||||
bool ValToText(ODesc* desc, Value* val, const Field* field);
|
||||
|
||||
};
|
||||
|
||||
#endif /* AsciiInputOuput_h */
|
Loading…
Add table
Add a link
Reference in a new issue