summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/demo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/demo.h b/inc/demo.h
index d06cf1d..c7cc32e 100644
--- a/inc/demo.h
+++ b/inc/demo.h
@@ -137,6 +137,7 @@ int readdemo(FILE *demofile, demo *demo);
int writedemo(FILE *outfile, demo *demo);
/* Prints given demo file */
-void printdemo(demo *demo);
+/* if printchunks then print all chunks */
+void printdemo(demo *demo, char printchunks);
#endif // DEMO_H