Tue Dec 2 10:14:15 1997 Michael Snyder (msnyder@cleaver.cygnus.com)

* tracepoint.c: move prototype of validate_actionline(), and
        make it consistent with the function declaration.
This commit is contained in:
Michael Snyder 1997-12-02 18:22:16 +00:00
parent c08a4e6be3
commit 2b146fa098
2 changed files with 18 additions and 1 deletions

View file

@ -716,7 +716,6 @@ trace_pass_command (args, from_tty)
/* Prototypes for action-parsing utility commands */
static void read_actions PARAMS((struct tracepoint *));
static void free_actions PARAMS((struct tracepoint *));
static int validate_actionline PARAMS((char *, struct tracepoint *));
static char *parse_and_eval_memrange PARAMS ((char *,
CORE_ADDR,
long *,
@ -788,6 +787,9 @@ enum actionline_type
STEPPING = 2,
};
static enum actionline_type validate_actionline PARAMS((char *,
struct tracepoint *));
/* worker function */
static void
read_actions (t)