aboutsummaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-07-06 22:41:42 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-07-06 22:41:42 +1200
commit7b34eeaf4ed9769398afd7a386b5a1b5ea7b6e64 (patch)
tree0fb5097de102cf93d468a6e2c9e0bbd24c02bab5 /misc.h
parenta1eb346eb16820b69f8f0a23ef27deb0b8f96ec7 (diff)
downloadcue-bin-split-7b34eeaf4ed9769398afd7a386b5a1b5ea7b6e64.tar.xz
Migration of stuff to misc.c
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.h b/misc.h
index 1a1fb7b..813c73b 100644
--- a/misc.h
+++ b/misc.h
@@ -33,6 +33,7 @@
int get_stamp(int *m, int *s, int *f);
void construct_out_name(char *buffer, size_t buffer_size, char* format, unsigned int track);
+void die_help();
#endif