From e60bb89a6d1392c0007a1fbc03faf007faf76167 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Apr 2020 12:39:00 +0200 Subject: Added Debian systemd service file --- http.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 http.h (limited to 'http.h') diff --git a/http.h b/http.h new file mode 100644 index 0000000..59d30e4 --- /dev/null +++ b/http.h @@ -0,0 +1,4 @@ +#pragma once + +int http_server(int argc, char* argv[]); + -- cgit v1.2.3