aboutsummaryrefslogtreecommitdiff
path: root/src/prog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prog.h')
-rw-r--r--src/prog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prog.h b/src/prog.h
index fe42d3a..2dc8591 100644
--- a/src/prog.h
+++ b/src/prog.h
@@ -84,8 +84,8 @@ struct prog
84#define IS_COMPONENT(p) ((p)->type == TYPE_COMPONENT) 84#define IS_COMPONENT(p) ((p)->type == TYPE_COMPONENT)
85 85
86struct prog *progman_locate (const char *name); 86struct prog *progman_locate (const char *name);
87void progman_foreach (int (*filter) (struct prog *, void *data), void *data); 87int progman_foreach (int (*filter) (struct prog *, void *data), void *data);
88void prog_stop (struct prog *prog, int sig); 88void prog_stop (struct prog *prog, int sig);
89void progman_stop_component (struct prog *prog); 89void progman_stop_component (struct prog **prog);
90 90
91char const *prog_tag (struct prog const *prog); 91char const *prog_tag (struct prog const *prog);

Return to:

Send suggestions and report system problems to the System administrator.