summaryrefslogtreecommitdiff
path: root/inc/slices.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/slices.h')
-rwxr-xr-xinc/slices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/slices.h b/inc/slices.h
index 4360d86..b994636 100755
--- a/inc/slices.h
+++ b/inc/slices.h
@@ -32,6 +32,7 @@ void sliceDelete(slice_t *s);
// Return the numbers of slices after split (3 in the general case, 2 or 1 in particular cases. -1 is memory error)
int sliceSplit(slices_t *slices, slice_t *initialSlice, address_t splitAt, sliceStatus_t statusBefore, sliceStatus_t statusAt, sliceStatus_t statusAfter);
+void sliceDumpUpdate(char *dump, slice_t *s, address_t blockSize, unsigned int charCount, address_t begin, address_t end);
slices_t *slicesNewEmpty();