Add ERR_clear_last_mark()
[openssl.git] / include / openssl / err.h
index d518d607af5619523a394b1da42c7d46dcfceb01..a602660c14523daddd749073189072f2100c3c7b 100644 (file)
@@ -165,6 +165,7 @@ typedef struct err_state_st {
 # define SYS_F_CLOSE             20
 # define SYS_F_IOCTL             21
 # define SYS_F_STAT              22
+# define SYS_F_FCNTL             23
 
 /* reasons */
 # define ERR_R_SYS_LIB   ERR_LIB_SYS/* 2 */
@@ -261,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
 }