13 lines
131 B
C
13 lines
131 B
C
#ifndef NOTHING_H
|
|
#define NOTHING_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
gboolean gimp_lebl_dialog (void);
|
|
|
|
G_END_DECLS
|
|
|
|
#endif
|