X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=blobdiff_plain;f=src%2Flibcaptive%2Fsandbox%2Fsplit.h;h=b3d0ba06aad1afdb28b0f35c974846d5c7693b23;hp=b27db01de0e66ecce578e905b4664e90434cea2a;hb=222ad5da3ec6edebf645978ce79af2e799f55272;hpb=bff517cbd88dc616aedfb525a602cc9f7d3207c5 diff --git a/src/libcaptive/sandbox/split.h b/src/libcaptive/sandbox/split.h index b27db01..b3d0ba0 100644 --- a/src/libcaptive/sandbox/split.h +++ b/src/libcaptive/sandbox/split.h @@ -22,6 +22,7 @@ #include +#include #ifdef ORBIT2 /* Prevent missing $(ORBIT_CFLAGS) outside of libcaptive/sandbox/ */ #include "sandbox.h" #include "captive/client-vfs.h" @@ -41,6 +42,8 @@ void captive_corba_sandbox_child(const gchar *chrooted_orbit_dir); void sandbox_child_prepare_shutdown(void); void captive_sandbox_fd_closeup(int fd_first_to_delete); void sandbox_child_shutdown(void); +GMainLoop *captive_corba_get_loop(void); +GMainContext *captive_corba_get_context(void); #ifdef ORBIT2 /* Prevent missing $(ORBIT_CFLAGS) outside of libcaptive/sandbox/ */ gboolean captive_sandbox_spawn(CaptiveVfsParentObject *captive_vfs_parent_object); gboolean validate_CORBA_Environment(CORBA_Environment *evp);