From ba911ea7fc1fdd13e3bce1b2001f5b432df8edae Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Fri, 29 Jul 2011 12:42:47 -0400 Subject: trace-cmd: Fix warning for undeclared function trace_util_ftrace_options Signed-off-by: Steven Rostedt --- trace-cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/trace-cmd.h b/trace-cmd.h index f436845..fc3e9d1 100644 --- a/trace-cmd.h +++ b/trace-cmd.h @@ -186,6 +186,7 @@ struct tracecmd_output *tracecmd_create_init_file(const char *output_file); struct tracecmd_output *tracecmd_create_init_file_override(const char *output_file, const char *tracing_dir, const char *kallsyms); +void trace_util_ftrace_options(void); int tracecmd_add_option(struct tracecmd_output *handle, unsigned short id, int size, void *data); -- cgit v1.2.2