Skip to content

Commit 3a818c2

Browse files
committed
Remove unimplemented function probe_objent_setstatus
Signed-off-by: Alexander Scheel <[email protected]>
1 parent b7607e7 commit 3a818c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/OVAL/probes/public/probe-api.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,6 @@ OSCAP_API bool probe_obj_attrexists(const SEXP_t * obj, const char *name);
228228
*/
229229
OSCAP_API int probe_obj_setstatus(SEXP_t * obj, oval_syschar_status_t status);
230230

231-
/**
232-
* Set status of an object's entity.
233-
* @param obj the object to be modified
234-
* @param name the name of the entity
235-
* @param n select the n-th occurence of an entity with the specified name
236-
* @param status the new status
237-
*/
238-
OSCAP_API int probe_objent_setstatus(SEXP_t * obj, const char *name, uint32_t n, oval_syschar_status_t status);
239-
240231
/**
241232
* Get the name of an object.
242233
* @param obj the queried object

0 commit comments

Comments
 (0)