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 9692fb5 commit 13d2c8fCopy full SHA for 13d2c8f
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_listen (SEAP_CTX_t *ctx, int sd, uint32_t maxcli);
59
OSCAP_API int SEAP_accept (SEAP_CTX_t *ctx, int sd);
60
61
OSCAP_API int SEAP_open (SEAP_CTX_t *ctx, const char *path, uint32_t flags);
0 commit comments