tc_task_remove_dependency

Function tc_task_remove_dependency 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tc_task_remove_dependency( task: *mut TCTask, dep: TCUuid, ) -> TCResult
Expand description

Remove a dependency.

EXTERN_C TCResult tc_task_remove_dependency(struct TCTask *task, struct TCUuid dep);