aboutsummaryrefslogtreecommitdiff
path: root/car/common.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-20 15:27:52 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-20 15:27:52 +0200
commit615215d3137d6bd753cbd855928a4dbea105fd05 (patch)
treeeca194596e79592ff48bacebbd0b89ceb4460cbc /car/common.h
parent0f3a959b2f0bb78b12e404230d4a7a3db79e03e4 (diff)
stream
Diffstat (limited to 'car/common.h')
-rw-r--r--car/common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/car/common.h b/car/common.h
deleted file mode 100644
index 2192c1c..0000000
--- a/car/common.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef COMMON_H
-#define COMMON_H
-
-#include "pb_encode.h"
-#include "pb_decode.h"
-
-pb_istream_t pb_istream_from_serial();
-pb_ostream_t pb_ostream_from_serial();
-
-#endif