aboutsummaryrefslogtreecommitdiff
path: root/car/pb/pb_stream.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-27 00:49:24 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-27 00:49:24 +0200
commit64a552f7a69e20c174f929c5d4e800aa24b480f3 (patch)
tree2e27e65e623021904fcce43b2382ecd7d95e6baa /car/pb/pb_stream.h
parente4cabee7b53ba8f71826b79cc09b3ecba1a02f13 (diff)
Make go getable
Diffstat (limited to 'car/pb/pb_stream.h')
-rw-r--r--car/pb/pb_stream.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/car/pb/pb_stream.h b/car/pb/pb_stream.h
deleted file mode 100644
index 00be77c..0000000
--- a/car/pb/pb_stream.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PB_STREAM
-#define PB_STREAM
-
-#include <Stream.h>
-#include <Print.h>
-#include "pb_encode.h"
-#include "pb_decode.h"
-
-void pb_istream_from_stream(Stream &stream, pb_istream_t &istream);
-void pb_ostream_from_stream(Print &stream, pb_ostream_t &ostream);
-
-#endif