oval_sexp.h | oval_sexp.h | |||
---|---|---|---|---|
skipping to change at line 48 | skipping to change at line 48 | |||
#include "../common/util.h" | #include "../common/util.h" | |||
#include "oval_definitions_impl.h" | #include "oval_definitions_impl.h" | |||
OSCAP_HIDDEN_START; | OSCAP_HIDDEN_START; | |||
/* | /* | |||
* OVAL -> S-exp | * OVAL -> S-exp | |||
*/ | */ | |||
SEXP_t *oval_value_to_sexp(struct oval_value *val, oval_datatype_t dtype); | SEXP_t *oval_value_to_sexp(struct oval_value *val, oval_datatype_t dtype); | |||
int oval_object2sexp(void *sess, const char *typestr, struct oval_syschar * | int oval_object_to_sexp(void *sess, const char *typestr, struct oval_syscha | |||
syschar, SEXP_t **out_sexp); | r *syschar, SEXP_t **out_sexp); | |||
int oval_state2sexp(void *sess, struct oval_state *state, SEXP_t **out_sexp | int oval_state_to_sexp(void *sess, struct oval_state *state, SEXP_t **out_s | |||
); | exp); | |||
/* | /* | |||
* S-exp -> OVAL | * S-exp -> OVAL | |||
*/ | */ | |||
int oval_sexp2sysch(const SEXP_t *cobj, struct oval_syschar *syschar); | int oval_sexp_to_sysch(const SEXP_t *cobj, struct oval_syschar *syschar); | |||
OSCAP_HIDDEN_END; | OSCAP_HIDDEN_END; | |||
#endif /* OVAL_SEXP_H */ | #endif /* OVAL_SEXP_H */ | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |