aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pies.h b/src/pies.h
index afdac66..4bc57bd 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2008, 2009, 2010, 2011, 2013-2015 Sergey Poznyakoff 2 Copyright (C) 2008-2011, 2013-2016 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -267,8 +267,6 @@ enum pies_action {
267 ACTION_CONT, 267 ACTION_CONT,
268 ACTION_STOP, 268 ACTION_STOP,
269 ACTION_RESTART, 269 ACTION_RESTART,
270 ACTION_COMPRELOAD,
271 ACTION_DUMPSTATS,
272 ACTION_CTRLALTDEL, 270 ACTION_CTRLALTDEL,
273 ACTION_KBREQUEST 271 ACTION_KBREQUEST
274}; 272};
@@ -317,7 +315,6 @@ void progman_cleanup (int expect_term);
317void progman_filter (int (*filter) (struct component *, void *data), 315void progman_filter (int (*filter) (struct component *, void *data),
318 void *data); 316 void *data);
319void progman_stop_tag (const char *name); 317void progman_stop_tag (const char *name);
320void progman_dump_stats (const char *filename);
321void progman_dump_prereq (void); 318void progman_dump_prereq (void);
322void progman_dump_depmap (void); 319void progman_dump_depmap (void);
323int progman_accept (int socket, void *data); 320int progman_accept (int socket, void *data);
@@ -541,3 +538,4 @@ struct control
541extern struct control control; 538extern struct control control;
542 539
543void ctl_open(void); 540void ctl_open(void);
541char const *pies_control_url (void);

Return to:

Send suggestions and report system problems to the System administrator.