From 64555bd9b1596dca0aeac8ffe533ddca62356b80 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 21 May 2008 23:36:32 +0000 Subject: Do not pass program_name as argument to show_version(), this allows some future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 585f9a127e..2e46ade7d0 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -24,6 +24,11 @@ #include +/** + * program name, defined by the program for show_version(). + */ +extern const char program_name[]; + /** * Parses a string and returns its corresponding value as a double. * Exits from the application if the string cannot be correctly @@ -113,7 +118,7 @@ void show_banner(const char *program_name, int program_birth_year); * libraries. * @param program_name name of the program */ -void show_version(const char *program_name); +void show_version(void); /** * Prints the license of the program to stdout. The license depends on -- cgit v1.2.3