summaryrefslogtreecommitdiff
path: root/src/Encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Encoder.h')
-rw-r--r--src/Encoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Encoder.h b/src/Encoder.h
index e44cfb9..3a69327 100644
--- a/src/Encoder.h
+++ b/src/Encoder.h
@@ -67,6 +67,8 @@ public:
int get_fd();
bool ioctl(int cmd, int value);
bool retry_open(int retry_count, int sleep_time);
+
+ void encoder_close();
};
//----------------------------------------------------------------------