From: compudj Date: Wed, 10 Sep 2003 19:55:02 +0000 (+0000) Subject: option.h change for help X-Git-Tag: v0.12.20~3260 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=c5467007d236566d07c6cc35d2208f411a83e817;p=lttv.git option.h change for help git-svn-id: http://ltt.polymtl.ca/svn@229 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/include/lttv/option.h b/ltt/branches/poly/include/lttv/option.h index 4447f9f6..3b5de49d 100644 --- a/ltt/branches/poly/include/lttv/option.h +++ b/ltt/branches/poly/include/lttv/option.h @@ -30,4 +30,6 @@ void lttv_option_remove(const char *long_name); void lttv_option_parse(int argc, char **argv); +void lttv_option_show_help(void); + #endif // OPTION_H