aboutsummaryrefslogtreecommitdiffstats
path: root/markers.h
diff options
context:
space:
mode:
Diffstat (limited to 'markers.h')
-rw-r--r--markers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/markers.h b/markers.h
index 908bb5a..210d3cb 100644
--- a/markers.h
+++ b/markers.h
@@ -6,7 +6,7 @@
void* initmarkers();
int parsemarkerfile(tMarkers* markers,char* filename);
-tInt8 gotomask(tOutput* output,tMarkers* markers,tUInt64* cursorpos);
+tInt8 gotomask(tOutput* output,tMarkers* markers,tUInt64* cursorpos,tInt64 baseaddr);
#endif