X-Git-Url: http://git.jankratochvil.net/?p=tac_plus.git;a=blobdiff_plain;f=cfgfile.h;h=3669996c6fa438ae5244202a48bd802776ae6bf6;hp=747a8b18d383af1484fe060c75e0106f6de19fcb;hb=HEAD;hpb=413c510553a773cd16e2b538e4a208b4c4d9f775 diff --git a/cfgfile.h b/cfgfile.h index 747a8b1..3669996 100644 --- a/cfgfile.h +++ b/cfgfile.h @@ -155,6 +155,7 @@ extern void cfg_request_identity TAC_ARGS((const struct identity *identity)); extern enum eval_result cfg_authorize_cmd TAC_ARGS((const char *username, const char *cmd, const char *args)); /* for use by cfgeval.c: */ +extern ENTITY *new_entity TAC_ARGS((int type, char *name, int line)); extern const char *entity_type_to_string TAC_ARGS((int entity_type)); extern void scan_invalidate_entities TAC_ARGS((enum invalidate_scan what)); extern ENTITY *entity_lookup TAC_ARGS((int type, const char *name));