]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove erroneously committed structs
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Oct 2019 18:03:49 +0000 (14:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Oct 2019 18:04:02 +0000 (14:04 -0400)
src/lib/unlang/compile.h

index ff76ef03e909accedd545a67899e987ed74bf656..3bcd533f4d3857c953dbb373a002498c76b1de56 100644 (file)
@@ -32,20 +32,6 @@ extern "C" {
 #include <freeradius-devel/server/components.h>
 #include <freeradius-devel/server/tmpl.h>
 
-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);