int cur_chunk;
};
-void
+void PCAP_NORETURN
bpf_syntax_error(compiler_state_t *cstate, const char *msg)
{
bpf_error(cstate, "syntax error in filter expression: %s", msg);
}
/* VARARGS */
-void
+void PCAP_NORETURN
bpf_error(compiler_state_t *cstate, const char *fmt, ...)
{
va_list ap;
return b;
}
-static inline void
+static inline PCAP_NORETURN void
syntax(compiler_state_t *cstate)
{
bpf_error(cstate, "syntax error in filter expression");