summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/err_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/err_int.h')
-rw-r--r--crypto/include/internal/err_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/include/internal/err_int.h b/crypto/include/internal/err_int.h
index 7fec3ed767..4a7e43abcd 100644
--- a/crypto/include/internal/err_int.h
+++ b/crypto/include/internal/err_int.h
@@ -13,5 +13,7 @@
int err_load_crypto_strings_int(void);
void err_cleanup(void);
void err_delete_thread_state(void);
+int err_shelve_state(void **);
+void err_unshelve_state(void *);
#endif