Release bumped to "gts4".
[tac_plus.git] / cfgfile.c
index 358e962..041993c 100644 (file)
--- a/cfgfile.c
+++ b/cfgfile.c
@@ -53,7 +53,6 @@ static int parse_conditional_block TAC_ARGS((ENTITY *entity));
 static NODE *parse_cmd_matches TAC_ARGS((void));
 static NODE *parse_attrs TAC_ARGS((void));
 static void getsym TAC_ARGS((void));
-static ENTITY *new_entity TAC_ARGS((int type, char *name, int line));
 static enum eval_result entity_svc_default TAC_ARGS((ENTITY *entity));
 
 
@@ -1251,9 +1250,9 @@ ENTITY *entity;
 
 /* passed 'name' WILL be directly stored to returned ENTITY, don't touch it! */
 
-static ENTITY *new_entity TAC_ARGS((int type, char *name, int line));
+ENTITY *new_entity TAC_ARGS((int type, char *name, int line));
 
-static ENTITY *
+ENTITY *
 new_entity(type, name, line)
 int type;
 char *name;