aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/proc.h b/proc.h
index 9c11a386..67539f71 100644
--- a/proc.h
+++ b/proc.h
@@ -196,11 +196,6 @@ int job_reap( int interactive );
*/
void job_handle_signal( int signal, siginfo_t *info, void *con );
-/**
- Clean up before exiting
-*/
-void proc_destroy();
-
#ifdef HAVE__PROC_SELF_STAT
/**
@@ -225,4 +220,14 @@ void proc_update_jiffies();
*/
void proc_sanity_check();
+/*
+ Initializations
+*/
+void proc_init();
+
+/**
+ Clean up before exiting
+*/
+void proc_destroy();
+
#endif