diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-09 22:59:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-09 22:59:38 (GMT) |
commit | 5ad85cf30b2355ca727904d1a0d25240283813b3 (patch) | |
tree | 1e1fdce3b7be4bf878161b4e9001686dd0d89ba3 /src/analysis/db/misc | |
parent | 865be356c53afc3bdeae21c640bf0c3d5433fc4b (diff) |
Signed and verified the MD5 hash of a given user name.
Diffstat (limited to 'src/analysis/db/misc')
-rw-r--r-- | src/analysis/db/misc/rlestr.h | 2 |
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. */ |