summaryrefslogtreecommitdiff
path: root/src/analysis/db/misc/rlestr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/misc/rlestr.h')
-rw-r--r--src/analysis/db/misc/rlestr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/db/misc/rlestr.h b/src/analysis/db/misc/rlestr.h
index 7faafd0..2c9387a 100644
--- a/src/analysis/db/misc/rlestr.h
+++ b/src/analysis/db/misc/rlestr.h
@@ -52,6 +52,8 @@ void init_rle_string(rle_string *, const char *);
#define get_rle_string(rle) (rle)->data
+#define get_rle_length(rle) (rle)->length
+
#define is_rle_string_empty(rle) ((rle)->data == NULL)
/* Constitue une représentation de chaîne de caractères. */