We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284132a commit 926fa17Copy full SHA for 926fa17
main/SAPI.h
@@ -195,7 +195,7 @@ typedef enum { /* Parameter: */
195
SAPI_HEADER_REPLACE, /* sapi_header_line* */
196
SAPI_HEADER_ADD, /* sapi_header_line* */
197
SAPI_HEADER_DELETE, /* sapi_header_line* */
198
- SAPI_HEADER_DELETE_PREFIX, /* sapi_header_line* */
+ SAPI_HEADER_DELETE_PREFIX, /* sapi_header_line* */
199
SAPI_HEADER_DELETE_ALL, /* void */
200
SAPI_HEADER_SET_STATUS /* int */
201
} sapi_header_op_enum;
0 commit comments