+bundle_util_file_insert(): Glue for autogenerated bundle files.
authorshort <>
Thu, 7 Jul 2005 04:45:06 +0000 (04:45 +0000)
committershort <>
Thu, 7 Jul 2005 04:45:06 +0000 (04:45 +0000)
src/bundle-util.h

index 381e0a8..bac3bbe 100644 (file)
@@ -35,6 +35,7 @@ enum bundle_util_flags {
 #define BUNDLE_UTIL_TEMPORARY_MASK (1<<BUNDLE_UTIL_TEMPORARY_BIT)
        };
 
+void bundle_util_file_insert(const void *data,gsize data_length,const gchar *basename);
 gboolean bundle_util_file_remove(const gchar *pathname,const gchar *basename);
 gboolean bundle_util_file_write(const gchar *pathname,const gchar *basename,mode_t pathname_mode,
                enum bundle_util_flags flags);