aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/comp.h')
-rw-r--r--crypto/comp/comp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h
index 93bd9c34c8..811cb5833d 100644
--- a/crypto/comp/comp.h
+++ b/crypto/comp/comp.h
@@ -17,6 +17,7 @@ typedef struct comp_method_st
int (*compress)();
int (*expand)();
long (*ctrl)();
+ long (*callback_ctrl)();
} COMP_METHOD;
typedef struct comp_ctx_st