about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-21 16:59:53 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-28 15:21:30 -0400
commite9354ac12cb68dbc4f257da32c70076e1f731eb1 (patch)
treec4aba597752b6a0ae10c9c44af596499849eecaa /xombrero.h
parent79d78050066abe7a69a32ab39b9f916a659df897 (diff)
downloadxombrero-e9354ac12cb68dbc4f257da32c70076e1f731eb1.tar.gz
Use glib's g_spawn_async() function instead of OS-specific fork/exec
or spawning functions.  Remove the SIGCHLD handling as that is no
longer required to stop zombie processes.
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xombrero.h b/xombrero.h
index 4e703a8..4dbc2ad 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -559,9 +559,6 @@ void		input_focus_blur(struct tab *, void *);
 void		*input_check_mode(struct tab *);
 int		command_mode(struct tab *, struct karg *);
 
-/* OS specific */
-int		fork_exec(struct tab *, char *, const gchar *, char *, int);
-
 /* settings */
 #define XT_BM_NORMAL		(0)
 #define XT_BM_WHITELIST		(1)