/* * GUI view misc header * * Copyright INOUE Seiichiro , licensed under the GPL. */ #ifndef __GDIFF_VIEWMISC_H__ #define __GDIFF_VIEWMISC_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* Global function declarations */ extern GdiffBasePane* view_get_pane(GtkWidget *view, const char *panename); extern void view_get_fnames(GtkWidget *view, const char **fnames); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __GDIFF_VIEWMISC_H__ */