aboutsummaryrefslogtreecommitdiff
path: root/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'process.h')
-rw-r--r--process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/process.h b/process.h
index 9d25bc9..36c1bc2 100644
--- a/process.h
+++ b/process.h
@@ -27,6 +27,8 @@ struct process {
extern struct process * list_of_processes;
+unsigned int instruction_pointer;
+
int execute_process(const char * file, char * const argv[]);
void init_sighandler(void);