diff options
Diffstat (limited to 'src/libtipidee/tipidee_fcgi_endrequest_body_pack.c')
| -rw-r--r-- | src/libtipidee/tipidee_fcgi_endrequest_body_pack.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libtipidee/tipidee_fcgi_endrequest_body_pack.c b/src/libtipidee/tipidee_fcgi_endrequest_body_pack.c deleted file mode 100644 index d289d6d..0000000 --- a/src/libtipidee/tipidee_fcgi_endrequest_body_pack.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ISC license. */ - -#include <string.h> - -#include <skalibs/uint32.h> - -#include <tipidee/fcgi.h> - -void tipidee_fcgi_endrequest_body_pack (char *s, fcgi_endrequest_body const *bd) -{ - uint32_pack_big(s, bd->appstatus) ; s += 4 ; - *s++ = bd->protostatus ; - memset(s, 0, 3) ; -} |
