aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolame.h')
-rw-r--r--toolame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolame.h b/toolame.h
index 33ab008..09a3155 100644
--- a/toolame.h
+++ b/toolame.h
@@ -6,7 +6,7 @@ void short_usage (void);
void obtain_parameters (frame_info *, int *, unsigned long *,
char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
void parse_args (int, char **, frame_info *, int *, unsigned long *,
- char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
+ char[MAX_NAME_SIZE], char[MAX_NAME_SIZE], char**);
void print_config (frame_info *, int *,
char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
void usage (void);