* tracepoint.c (end_actions_pseudocommand): Make it static.
(while_stepping_pseudocommand): Likewise.
* tracepoint.h (end_actions_pseudocommand): Remove the
declaration.
(while_stepping_pseudocommand): Likewise.
+2013-02-14 Yao Qi <yao@codesourcery.com>
+
+ * tracepoint.c (end_actions_pseudocommand): Make it static.
+ (while_stepping_pseudocommand): Likewise.
+ * tracepoint.h (end_actions_pseudocommand): Remove the
+ declaration.
+ (while_stepping_pseudocommand): Likewise.
+
2013-02-14 Yao Qi <yao@codesourcery.com>
* cli/cli-decode.c (help_cmd): Remove the declaration of
it means that somebody issued the "command" at the top level,
which is always an error. */
-void
+static void
end_actions_pseudocommand (char *args, int from_tty)
{
error (_("This command cannot be used at the top level."));
}
-void
+static void
while_stepping_pseudocommand (char *args, int from_tty)
{
error (_("This command can only be used in a tracepoint actions list."));
extern void validate_actionline (char **, struct breakpoint *);
-extern void end_actions_pseudocommand (char *args, int from_tty);
-extern void while_stepping_pseudocommand (char *args, int from_tty);
-
extern struct trace_state_variable *find_trace_state_variable (const char *name);
extern struct trace_state_variable *create_trace_state_variable (const char *name);