+public captive_sandbox_parent_vfs_new_silent(): Prevent "vfs_new" XML logging.
authorshort <>
Sun, 30 Nov 2003 09:30:23 +0000 (09:30 +0000)
committershort <>
Sun, 30 Nov 2003 09:30:23 +0000 (09:30 +0000)
src/libcaptive/sandbox/parent-Vfs.c
src/libcaptive/sandbox/parent-Vfs.h

index ec42e85..a84a6d7 100644 (file)
@@ -36,7 +36,7 @@
 #include "captive/macros.h"
 
 
-static GnomeVFSResult captive_sandbox_parent_vfs_new_silent(CaptiveVfsParentObject *captive_vfs_parent_object)
+GnomeVFSResult captive_sandbox_parent_vfs_new_silent(CaptiveVfsParentObject *captive_vfs_parent_object)
 {
 gboolean errbool;
 
index 58b61a0..c9a39b8 100644 (file)
@@ -29,6 +29,7 @@
 
 G_BEGIN_DECLS
 
+GnomeVFSResult captive_sandbox_parent_vfs_new_silent(CaptiveVfsParentObject *captive_vfs_parent_object);
 GnomeVFSResult captive_sandbox_parent_vfs_new(CaptiveVfsParentObject *captive_vfs_parent_object);
 GnomeVFSResult captive_sandbox_parent_vfs_close(CaptiveVfsParentObject *captive_vfs_parent_object);
 GnomeVFSResult captive_sandbox_parent_vfs_commit(CaptiveVfsParentObject *captive_vfs_parent_object);