Skip to content

Commit 2491490

Browse files
committed
Remove unimplemented function SEAP_accept
1 parent 13d2c8f commit 2491490

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_accept (SEAP_CTX_t *ctx, int sd);
5958

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

0 commit comments

Comments
 (0)