diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-07-29 12:42:47 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-07-29 12:42:47 -0400 |
commit | ba911ea7fc1fdd13e3bce1b2001f5b432df8edae (patch) | |
tree | 73237d14efddb909c7e337e6de41b5032df9b341 | |
parent | aac14bf600784eb13d24fc93ca1838a7c4f187df (diff) |
trace-cmd: Fix warning for undeclared function trace_util_ftrace_options
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | trace-cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); | |||
186 | struct tracecmd_output *tracecmd_create_init_file_override(const char *output_file, | 186 | struct tracecmd_output *tracecmd_create_init_file_override(const char *output_file, |
187 | const char *tracing_dir, | 187 | const char *tracing_dir, |
188 | const char *kallsyms); | 188 | const char *kallsyms); |
189 | void trace_util_ftrace_options(void); | ||
189 | int tracecmd_add_option(struct tracecmd_output *handle, | 190 | int tracecmd_add_option(struct tracecmd_output *handle, |
190 | unsigned short id, | 191 | unsigned short id, |
191 | int size, void *data); | 192 | int size, void *data); |