about summary refs log tree commit diff stats
path: root/unix.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-01 17:40:07 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-01 17:40:07 -0400
commitbd853cb3f256c4faeb9295c87435c1a1eadafd29 (patch)
tree3d0a76b392b32c6fe011e61631475fcce3bdedce /unix.c
parent1e2c5ad606b967ebff3f1f81c7e49b48520c8f6a (diff)
downloadxombrero-bd853cb3f256c4faeb9295c87435c1a1eadafd29.tar.gz
Fix some random stuff the rebasing lost. At least the build still
works, will have to check later to make sure all the other features
got in.
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c3
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)
 {