]> git.sesse.net Git - nageru/blobdiff - httpd.h
Release Nageru 1.7.2.
[nageru] / httpd.h
diff --git a/httpd.h b/httpd.h
index 1c3c98ee3ba3e1d9bbe25f50e4831cc40e6e696e..57c649b61158c6f73b498aeca6556b97bc52f179 100644 (file)
--- a/httpd.h
+++ b/httpd.h
@@ -46,6 +46,7 @@ public:
        }
 
        void start(int port);
+       void stop();
        void add_data(const char *buf, size_t size, bool keyframe, int64_t time, AVRational timebase);
        int64_t get_num_connected_clients() const {
                return metric_num_connected_clients.load();