summaryrefslogtreecommitdiff
path: root/extents.h
diff options
context:
space:
mode:
Diffstat (limited to 'extents.h')
-rw-r--r--extents.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/extents.h b/extents.h
index d69b65f..af976e0 100644
--- a/extents.h
+++ b/extents.h
@@ -5,8 +5,9 @@
#ifndef _BSDIFF_EXTENTS_H_
#define _BSDIFF_EXTENTS_H_
-#include "exfile.h"
+#include "extents_file.h"
+namespace bsdiff {
/* Parses a string representation |ex_str| and populates an array |ex_arr|
* consisting of |*ex_count_p| extents. The string is expected to be a
@@ -23,4 +24,6 @@
* deallocated with free(3). */
ex_t* extents_parse(const char* ex_str, ex_t* ex_arr, size_t* ex_count_p);
+} // namespace bsdiff
+
#endif /* _BSDIFF_EXTENTS_H_ */