#ifndef __XCF_H__ #define __XCF_H__ #include typedef struct _XcfInfo XcfInfo; struct _XcfInfo { FILE *fp; guint cp; char *filename; Layer * active_layer; Channel * active_channel; GimpDrawable * floating_sel_drawable; Layer * floating_sel; guint floating_sel_offset; int swap_num; int *ref_count; int compression; int file_version; }; void xcf_init (void); #endif /* __XCF_H__ */