Simplified captive_sandbox_spawn() prototype.
authorshort <>
Fri, 4 Jul 2003 04:43:48 +0000 (04:43 +0000)
committershort <>
Fri, 4 Jul 2003 04:43:48 +0000 (04:43 +0000)
src/libcaptive/sandbox/split.h

index 9198a32..172b47d 100644 (file)
@@ -41,10 +41,7 @@ void sandbox_child_prepare_shutdown(void);
 void captive_sandbox_fd_closeup(int fd_first_to_delete);
 void sandbox_child_shutdown(void);
 #ifdef ORBIT2  /* Prevent missing $(ORBIT_CFLAGS) outside of libcaptive/sandbox/ */
-gboolean captive_sandbox_spawn(CaptiveVfsObject *child_captive_vfs_object,
-               Captive_Vfs *corba_Vfs_object_return,Captive_GLogFunc *corba_GLogFunc_object_return,
-               Captive_CaptiveIOChannel *corba_CaptiveIOChannel_object_return,GIOChannel **corba_parent_giochanel_blind_ptr,
-               int *parentheart_fds_1_return,pid_t *child_pid_return);
+gboolean captive_sandbox_spawn(CaptiveVfsObject *captive_vfs_object);
 gboolean validate_CORBA_Environment(CORBA_Environment *evp);
 GnomeVFSResult captive_sandbox_parent_return_from_CORBA_Environment(CORBA_Environment *evp);
 void captive_sandbox_child_GnomeVFSResultException_throw(CORBA_Environment *evp,GnomeVFSResult errvfsresult);