From: Alan T. DeKok Date: Fri, 11 Oct 2019 18:03:49 +0000 (-0400) Subject: remove erroneously committed structs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ba7f589f80daaad7937895a1e28cd183364a25;p=thirdparty%2Ffreeradius-server.git remove erroneously committed structs --- diff --git a/src/lib/unlang/compile.h b/src/lib/unlang/compile.h index ff76ef03e90..3bcd533f4d3 100644 --- a/src/lib/unlang/compile.h +++ b/src/lib/unlang/compile.h @@ -32,20 +32,6 @@ extern "C" { #include #include -typedef struct unlang_s unlang_t; - -typedef int const unlang_action_table_t[RLM_MODULE_NUMCODES]; - -typedef struct { - rlm_components_t component; - char const *section_name1; - char const *section_name2; - unlang_action_table_t *actions; - vp_tmpl_rules_t const *rules; -} unlang_compile_ctx_t; - -typedef unlang_t *(*unlang_op_compile_t)(unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_SECTION *cs); - int unlang_compile(CONF_SECTION *cs, rlm_components_t component, vp_tmpl_rules_t const *rules); bool unlang_compile_is_keyword(const char *name);