aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.h
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2015-06-18 14:00:00 +0200
committerMatthias Braendli <matthias.braendli@u-blox.com>2015-06-18 14:00:00 +0200
commit1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea (patch)
treea6db52c86c018d5f587bd1de5858e32f27b51f15 /toolame.h
parent1e2a3730e9833f4bac850f89e552f023b7eec3f1 (diff)
downloadtoolame-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.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);