Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
die_badformat.c
blob: 373c1c9e335185237026527507283e32eae9637b [
file
]
#include
"strerr.h"
#include
"messages.h"
#include
"die.h"
void
die_badformat
(
void
)
{
strerr_die2x
(
100
,
FATAL
,
MSG
(
ERR_BAD_REQUEST
));
}