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
@@ -273,3 +273,4 @@ enum pies_action {
ACTION_KBREQUEST,
- ACTION_POWER
+ ACTION_POWER,
+ ACTION_COMMIT
};
@@ -311,2 +312,6 @@ void config_file_add (struct config_syntax *syntax, const char *name);
void config_file_add_type (enum config_syntax_type syntax, const char *name);
+void config_file_list_serialize (struct json_value *ar);
+
+int config_file_remove (const char *name);
+void config_file_remove_all (void);
@@ -324,2 +329,4 @@ void pies_schedule_children (int op);
+int pies_read_config (void);
+
void register_prog (struct component *comp);
@@ -327,2 +334,3 @@ int progman_waiting_p (void);
void progman_start (void);
+void progman_gc (void);
void progman_wake_sleeping (int);

Return to:

Send suggestions and report system problems to the System administrator.