diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-14 20:38:30 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-14 20:38:30 +0200 |
commit | 8986c5d9be84b4017b56f924129506692eb100a1 (patch) | |
tree | 6fb5990f8ad75fd42e1afcbfcf15248c5025b5e8 /toolame.h | |
parent | 656deed71c09389d7021ae7cd097a4f43498d69a (diff) | |
parent | 1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea (diff) | |
download | toolame-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |