diff options
author | Matthias Braendli <matthias.braendli@u-blox.com> | 2015-06-18 14:00:00 +0200 |
---|---|---|
committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2015-06-18 14:00:00 +0200 |
commit | 1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea (patch) | |
tree | a6db52c86c018d5f587bd1de5858e32f27b51f15 /toolame.h | |
parent | 1e2a3730e9833f4bac850f89e552f023b7eec3f1 (diff) | |
download | toolame-dab-1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea.tar.gz toolame-dab-1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea.tar.bz2 toolame-dab-1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea.zip |
Add write ICY text into file
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); |