aboutsummaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-11 17:12:11 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-11 17:12:11 +1300
commite8120de2e70de2c2bae79b611be689994e2de7df (patch)
tree317273f14f2f52f9f9e39757341bc1e3c2e54cee /misc.h
parenteb92f1f8a6f8036ab5337c85dc1dedefbd886fd4 (diff)
downloadcue-bin-split-e8120de2e70de2c2bae79b611be689994e2de7df.tar.xz
Remove disgusting EXIT_SUCCESS and EXIT_FAILURE swarf
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 65e29e0..ceb00fd 100644
--- a/misc.h
+++ b/misc.h
@@ -38,7 +38,7 @@
#define SEC_FROM_TS(mm, ss, ff) (mm*60 + ss + ((double)ff)/FRAMES_PER_SEC)
double get_sec();
-void construct_out_name(char *buffer, size_t buffer_size, char* format, unsigned int track);
+int construct_out_name(char *buffer, size_t buffer_size, char* format, unsigned int track);
void die_help();