diff options
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix.c b/unix.c index 93f9948..a5a765e 100644 --- a/unix.c +++ b/unix.c @@ -16,6 +16,9 @@ #include <xombrero.h> +/* 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) { |