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 feb606c commit 974eaa4Copy full SHA for 974eaa4
src/OVAL/probes/SEAP/public/sexp-datatype.h
@@ -40,11 +40,6 @@ typedef struct SEXP_datatypeTbl SEXP_datatypeTbl_t;
40
41
extern SEXP_datatypeTbl_t g_datatypes;
42
43
-OSCAP_API /* const char *SEXP_datatype (const SEXP_t *sexp); */
44
-
45
-OSCAP_API int SEXP_datatype_register (SEXP_datatypeTbl_t *t, const char *datatype);
46
-OSCAP_API /* int SEXP_datatype_unregister (void); */
47
48
OSCAP_API SEXP_datatype_t *SEXP_datatype_new(void);
49
OSCAP_API int SEXP_datatype_setflag(SEXP_datatype_t **dp, uint16_t flag, ...);
50
OSCAP_API int SEXP_datatype_unsetflag(SEXP_datatype_t **dp, uint16_t flag);
0 commit comments