mirror of https://github.com/GNOME/gimp.git
7 lines
159 B
C
7 lines
159 B
C
|
#ifndef __PREFERENCES_DIALOG_H__
|
||
|
#define __PREFERENCES_DIALOG_H__
|
||
|
|
||
|
void file_pref_cmd_callback (GtkWidget *, gpointer);
|
||
|
|
||
|
#endif /* __PREFERENCES_DIALOG_H__ */
|