summaryrefslogtreecommitdiff
path: root/fhp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fhp.c')
-rw-r--r--fhp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/fhp.c b/fhp.c
index baff585..f8263c2 100644
--- a/fhp.c
+++ b/fhp.c
@@ -676,3 +676,13 @@ void *
fhp_get_user_data(fhp_t * const fhp) {
return fhp->user_data;
}
+
+size_t
+fhp_get_num_tes(fhp_t * const fhp) {
+ return fhp->num_tes;
+}
+
+uint64_t
+fhp_get_content_length(fhp_t * const fhp) {
+ return fhp->content_length;
+}