aboutsummaryrefslogtreecommitdiff
path: root/src/fastcgi.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-27 21:33:06 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-27 21:33:06 +0300
commitea25abb295d9b4fbaf0ac23af8ffe71247970f1b (patch)
tree67cba7b2e5f2c759eaa816de51bd35f3b32d1421 /src/fastcgi.h
parent88081d9a4376b1ee4feed3bc843c46096e087b1e (diff)
downloadmagi-ea25abb295d9b4fbaf0ac23af8ffe71247970f1b.tar
magi-ea25abb295d9b4fbaf0ac23af8ffe71247970f1b.tar.xz
magi-ea25abb295d9b4fbaf0ac23af8ffe71247970f1b.zip
.
Diffstat (limited to 'src/fastcgi.h')
-rw-r--r--src/fastcgi.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/fastcgi.h b/src/fastcgi.h
index 5410955..d701fe0 100644
--- a/src/fastcgi.h
+++ b/src/fastcgi.h
@@ -1,22 +1,8 @@
#ifndef MAGI_INCLUDED_FASTCGI
#define MAGI_INCLUDED_FASTCGI
-#include "error.h"
-#include "file.h"
-#include "request.h"
-
-struct magi_session {
- struct magi_socket_list * sockets;
- enum magi_error error;
-};
-
-int magi_session_fcgi(struct magi_session * session, int socket);
-
-
-/* Returns null only in case of error. */
-int magi_request_fcgi(struct magi_request * request,
- struct magi_session * session);
+/* TODO */
#endif