diff options
Diffstat (limited to 'init/property_service.h')
-rw-r--r-- | init/property_service.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/init/property_service.h b/init/property_service.h index d12f1f3..045d20a 100644 --- a/init/property_service.h +++ b/init/property_service.h @@ -17,12 +17,13 @@ #ifndef _INIT_PROPERTY_H #define _INIT_PROPERTY_H -extern void handle_property_fd(int fd); -extern void handle_property_set_fd(int fd); +extern void handle_property_set_fd(void); extern void property_init(void); -extern int start_property_service(void); +extern void start_property_service(void); void get_property_workspace(int *fd, int *sz); extern const char* property_get(const char *name); extern int property_set(const char *name, const char *value); +extern int properties_inited(); +int get_property_set_fd(void); #endif /* _INIT_PROPERTY_H */ |