diff options
Diffstat (limited to 'src/analysis/db/misc/rlestr.c')
| -rw-r--r-- | src/analysis/db/misc/rlestr.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/db/misc/rlestr.c b/src/analysis/db/misc/rlestr.c index 7b1e705..bb81b55 100644 --- a/src/analysis/db/misc/rlestr.c +++ b/src/analysis/db/misc/rlestr.c @@ -273,7 +273,7 @@ int cmp_rle_string(const rle_string *s1, const rle_string *s2)  *                                                                             *  ******************************************************************************/ -bool unpack_rle_string(rle_string *str, packed_buffer *pbuf) +bool unpack_rle_string(rle_string *str, packed_buffer_t *pbuf)  {      bool result;                            /* Bilan à retourner           */      uint32_t tmp32;                         /* Valeur sur 32 bits          */ @@ -317,7 +317,7 @@ bool unpack_rle_string(rle_string *str, packed_buffer *pbuf)  *                                                                             *  ******************************************************************************/ -bool pack_rle_string(const rle_string *str, packed_buffer *pbuf) +bool pack_rle_string(const rle_string *str, packed_buffer_t *pbuf)  {      bool result;                            /* Bilan à retourner           */  | 
