summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 32495fa..73fa96e 100644
--- a/main.h
+++ b/main.h
@@ -30,6 +30,7 @@ struct mpjpeg_stream {
struct wg;
+void finish(int sig);
void thread_kinect(int video_fd, int depth_fd, int accel_fd);
void thread_http_listen(int fd);
void thread_mpjpeg_reader(struct mpjpeg_stream *s, int fd, const char *boundary);