Skip to content

Commit 13d2c8f

Browse files
committed
Remove unimplemented function SEAP_listen
1 parent 9692fb5 commit 13d2c8f

File tree

1 file changed

+0
-1
lines changed
  • src/OVAL/probes/SEAP/public

1 file changed

+0
-1
lines changed

src/OVAL/probes/SEAP/public/seap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ OSCAP_API void SEAP_CTX_init (SEAP_CTX_t *ctx);
5555
OSCAP_API void SEAP_CTX_free (SEAP_CTX_t *ctx);
5656

5757
OSCAP_API int SEAP_connect(SEAP_CTX_t *ctx);
58-
OSCAP_API int SEAP_listen (SEAP_CTX_t *ctx, int sd, uint32_t maxcli);
5958
OSCAP_API int SEAP_accept (SEAP_CTX_t *ctx, int sd);
6059

6160
OSCAP_API int SEAP_open (SEAP_CTX_t *ctx, const char *path, uint32_t flags);

0 commit comments

Comments
 (0)