diff options
author | Adrian Thurston <thurston@colm.net> | 2020-03-22 14:22:25 +0200 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2020-03-22 14:22:25 +0200 |
commit | 351a7945df73ce5e44e2c9eaaa048f6e59d907b1 (patch) | |
tree | 6211d27d20bdc06c18904b2d99767fa7a3a75571 /libfsm/idbase.h | |
parent | d5b745ef0f7a5b42674918ac204973c582de2297 (diff) | |
download | colm-351a7945df73ce5e44e2c9eaaa048f6e59d907b1.tar.gz |
inputdata.h is an easy remove from libfsm
Diffstat (limited to 'libfsm/idbase.h')
-rw-r--r-- | libfsm/idbase.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libfsm/idbase.h b/libfsm/idbase.h new file mode 100644 index 00000000..a34837a8 --- /dev/null +++ b/libfsm/idbase.h @@ -0,0 +1,7 @@ +#ifndef _IDBASE_H +#define _IDBASE_H + +void translatedHostData( ostream &out, const std::string &data ); + +#endif + |