From 6697fce3a8cf6a8f80b32015cf3668fdc9b5a0c8 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 1 Jun 2012 08:18:00 -0500 Subject: add os_init to generic unix.c file, move it when needed --- unix.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unix.c b/unix.c index 93f9948..a5a765e 100644 --- a/unix.c +++ b/unix.c @@ -16,6 +16,9 @@ #include +/* put this here for now, move away if unix needs something special */ +void (*os_init)(void); + int fork_exec(struct tab *t, char *argv0, const gchar *argv1, char *error, int loud) { -- cgit 1.4.1-2-gfad0