aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/pies.h b/src/pies.h
index b61e11b..5154317 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -271,7 +271,8 @@ enum pies_action {
271 ACTION_RELOAD, 271 ACTION_RELOAD,
272 ACTION_CTRLALTDEL, 272 ACTION_CTRLALTDEL,
273 ACTION_KBREQUEST, 273 ACTION_KBREQUEST,
274 ACTION_POWER 274 ACTION_POWER,
275 ACTION_COMMIT
275}; 276};
276 277
277extern char *instance; 278extern char *instance;
@@ -309,6 +310,10 @@ struct config_syntax;
309struct config_syntax *str_to_config_syntax (const char *str); 310struct config_syntax *str_to_config_syntax (const char *str);
310void config_file_add (struct config_syntax *syntax, const char *name); 311void config_file_add (struct config_syntax *syntax, const char *name);
311void config_file_add_type (enum config_syntax_type syntax, const char *name); 312void config_file_add_type (enum config_syntax_type syntax, const char *name);
313void config_file_list_serialize (struct json_value *ar);
314
315int config_file_remove (const char *name);
316void config_file_remove_all (void);
312 317
313void free_redirector (struct redirector *rp); 318void free_redirector (struct redirector *rp);
314 319
@@ -322,9 +327,12 @@ void free_action (struct action *act);
322 327
323void pies_schedule_children (int op); 328void pies_schedule_children (int op);
324 329
330int pies_read_config (void);
331
325void register_prog (struct component *comp); 332void register_prog (struct component *comp);
326int progman_waiting_p (void); 333int progman_waiting_p (void);
327void progman_start (void); 334void progman_start (void);
335void progman_gc (void);
328void progman_wake_sleeping (int); 336void progman_wake_sleeping (int);
329void progman_stop (void); 337void progman_stop (void);
330void progman_cleanup (int expect_term); 338void progman_cleanup (int expect_term);

Return to:

Send suggestions and report system problems to the System administrator.