aboutsummaryrefslogtreecommitdiff
path: root/include/libsurvive/survive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsurvive/survive.h')
-rw-r--r--include/libsurvive/survive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h
index 93af4c0..66993df 100644
--- a/include/libsurvive/survive.h
+++ b/include/libsurvive/survive.h
@@ -327,6 +327,7 @@ void RegisterDriver(const char *name, void *data);
// For device drivers to call. This actually attaches them.
int survive_add_object(SurviveContext *ctx, SurviveObject *obj);
+void survive_remove_object(SurviveContext *ctx, SurviveObject *obj);
void survive_add_driver(SurviveContext *ctx, void *payload, DeviceDriverCb poll, DeviceDriverCb close,
DeviceDriverMagicCb magic);