aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-14 20:38:30 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-14 20:38:30 +0200
commit8986c5d9be84b4017b56f924129506692eb100a1 (patch)
tree6fb5990f8ad75fd42e1afcbfcf15248c5025b5e8 /toolame.h
parent656deed71c09389d7021ae7cd097a4f43498d69a (diff)
parent1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea (diff)
downloadtoolame-dab-8986c5d9be84b4017b56f924129506692eb100a1.tar.gz
toolame-dab-8986c5d9be84b4017b56f924129506692eb100a1.tar.bz2
toolame-dab-8986c5d9be84b4017b56f924129506692eb100a1.zip
Merge basicmaster's PAD improvements
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 cb5fd26..4289ab5 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**);
+ char[MAX_NAME_SIZE], char[MAX_NAME_SIZE], char**, char**);
void print_config (frame_info *, int *,
char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
void usage (void);