aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtipidee/tipidee_fcgi_beginrequest_body_pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtipidee/tipidee_fcgi_beginrequest_body_pack.c')
-rw-r--r--src/libtipidee/tipidee_fcgi_beginrequest_body_pack.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libtipidee/tipidee_fcgi_beginrequest_body_pack.c b/src/libtipidee/tipidee_fcgi_beginrequest_body_pack.c
deleted file mode 100644
index 400be69..0000000
--- a/src/libtipidee/tipidee_fcgi_beginrequest_body_pack.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* ISC license. */
-
-#include <string.h>
-
-#include <skalibs/uint16.h>
-
-#include <tipidee/fcgi.h>
-
-void tipidee_fcgi_beginrequest_body_pack (char *s, fcgi_beginrequest_body const *bd)
-{
- uint16_pack_big(s, bd->role) ; s += 2 ;
- *s++ = bd->flags ;
- memset(s, 0, 5) ;
-}