astrognome/src/ag-preferences.h

14 lines
184 B
C
Raw Normal View History

#ifndef __AG_PREFERENCES_H__
#define __AG_PREFERENCES_H__
#include <gtk/gtk.h>
G_BEGIN_DECLS
void ag_preferences_show_dialog(void);
G_END_DECLS
#endif /* __AG_PREFERENCES_H__ */