Add ERR_clear_last_mark()
[openssl.git] / include / openssl / err.h
index 8b266f9d5c69d4563829c7b41bb19043aad36483..a602660c14523daddd749073189072f2100c3c7b 100644 (file)
@@ -262,6 +262,7 @@ int ERR_get_next_error_library(void);
 
 int ERR_set_mark(void);
 int ERR_pop_to_mark(void);
+int ERR_clear_last_mark(void);
 
 #ifdef  __cplusplus
 }