summaryrefslogtreecommitdiffhomepage
path: root/plugins/fcgi/fastcgiprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fcgi/fastcgiprocess.h')
-rw-r--r--plugins/fcgi/fastcgiprocess.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/fcgi/fastcgiprocess.h b/plugins/fcgi/fastcgiprocess.h
index 07b6539..18a5d5b 100644
--- a/plugins/fcgi/fastcgiprocess.h
+++ b/plugins/fcgi/fastcgiprocess.h
@@ -10,6 +10,9 @@
#include <sys/mman.h>
#include <sys/types.h>
+void run_fcgi_app(const std::string& command, const std::string& host, unsigned short port);
+void run_fcgi_app(const std::string& command, const std::filesystem::path& socket_path);
+
class FastCGIProcess
{
public: