mirror of https://github.com/MidnightCommander/mc
8 lines
113 B
C
8 lines
113 B
C
|
#ifndef __GPREFS_H__
|
||
|
#define __GPREFS_H__
|
||
|
|
||
|
void gnome_configure_box (GtkWidget *widget, WPanel *panel);
|
||
|
|
||
|
|
||
|
#endif
|