diff options
Diffstat (limited to 'legacy_property_service.h')
-rw-r--r-- | legacy_property_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy_property_service.h b/legacy_property_service.h index 172055fa2..d20bdeff6 100644 --- a/legacy_property_service.h +++ b/legacy_property_service.h @@ -20,6 +20,6 @@ #include <stdbool.h> void legacy_get_property_workspace(int *fd, int *sz); -void legacy_properties_init(); +int legacy_properties_init(); #endif /* _LEGACY_PROPERTY_H */ |