Skip to content

Commit

Permalink
Remove unimplemented function probe_objent_setstatus
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy committed Aug 16, 2018
1 parent b7607e7 commit 3a818c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/OVAL/probes/public/probe-api.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,6 @@ OSCAP_API bool probe_obj_attrexists(const SEXP_t * obj, const char *name);
*/
OSCAP_API int probe_obj_setstatus(SEXP_t * obj, oval_syschar_status_t status);

/**
* Set status of an object's entity.
* @param obj the object to be modified
* @param name the name of the entity
* @param n select the n-th occurence of an entity with the specified name
* @param status the new status
*/
OSCAP_API int probe_objent_setstatus(SEXP_t * obj, const char *name, uint32_t n, oval_syschar_status_t status);

/**
* Get the name of an object.
* @param obj the queried object
Expand Down

0 comments on commit 3a818c2

Please sign in to comment.