summaryrefslogtreecommitdiff
path: root/inc/slices.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/slices.h')
-rwxr-xr-xinc/slices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/slices.h b/inc/slices.h
index 4b60ebc..5e56269 100755
--- a/inc/slices.h
+++ b/inc/slices.h
@@ -31,7 +31,7 @@ int sliceSplit(slices_t *slices, slice_t *initialSlice, address_t splitAt, slice
slices_t *slicesNewEmpty();
-slices_t *sliceNewSingleton(begin, end, sliceStatus_t status);
+slices_t *sliceNewSingleton(address_t begin, address_t end, sliceStatus_t status);
void slicesAppend(slices_t *slices, slice_t *slice);