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 13d2c8f commit 2491490Copy full SHA for 2491490
src/OVAL/probes/SEAP/public/seap.h
@@ -55,7 +55,6 @@ OSCAP_API void SEAP_CTX_init (SEAP_CTX_t *ctx);
55
OSCAP_API void SEAP_CTX_free (SEAP_CTX_t *ctx);
56
57
OSCAP_API int SEAP_connect(SEAP_CTX_t *ctx);
58
-OSCAP_API int SEAP_accept (SEAP_CTX_t *ctx, int sd);
59
60
OSCAP_API int SEAP_open (SEAP_CTX_t *ctx, const char *path, uint32_t flags);
61
OSCAP_API SEXP_t *SEAP_read (SEAP_CTX_t *ctx, int sd);
0 commit comments