Release bumped to "gts4".
[tac_plus.git] / cfgfile.h
index 747a8b1..3669996 100644 (file)
--- 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));