diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2019-11-28 22:41:37 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2019-11-28 22:41:37 (GMT) | 
| commit | 48395d4471d87c20bdbd06bbab1ae3af938ff823 (patch) | |
| tree | 00aaaabb7370d6163ed9a2a4f77f9a177f8126f7 /src/analysis/contents/restricted.h | |
| parent | 472d566943f527e18eb95f31dbe70c50043396aa (diff) | |
Improved the API for binary contents a little bit.
Diffstat (limited to 'src/analysis/contents/restricted.h')
| -rw-r--r-- | src/analysis/contents/restricted.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/contents/restricted.h b/src/analysis/contents/restricted.h index 8b87453..7f264c4 100644 --- a/src/analysis/contents/restricted.h +++ b/src/analysis/contents/restricted.h @@ -56,6 +56,9 @@ GBinContent *g_restricted_content_new(GBinContent *, const mrange_t *);  /* Charge en mémoire le contenu d'un contenu restreint. */  GBinContent *g_restricted_content_new_ro(const GBinContent *, const mrange_t *); +/* Indique l'espace de restriction appliqué à un contenu. */ +void g_restricted_content_get_range(const GRestrictedContent *, mrange_t *); +  #endif  /* _ANALYSIS_CONTENTS_RESTRICTED_H */  | 
