From 269c6d8385c1183819dfef18c811aad76699e6fc Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 4 Jul 2008 07:21:31 +0000 Subject: utility fn. git-svn-id: svn://svn.berlios.de/openocd/trunk@742 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helper/command.h') diff --git a/src/helper/command.h b/src/helper/command.h index c468247c..8d50d6e6 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -74,6 +74,7 @@ extern int command_done(command_context_t *context); extern void command_print(command_context_t *context, char *format, ...); extern void command_print_sameline(command_context_t *context, char *format, ...); extern int command_run_line(command_context_t *context, char *line); +extern int command_run_linef(command_context_t *context, char *format, ...); extern int command_run_line_internal(command_context_t *context, char *line); extern int command_run_file(command_context_t *context, FILE *file, enum command_mode mode); -- cgit v1.2.3