#ifndef GNCPMOUNT_DIALOGS_H #define GNCPMOUNT_DIALOGS_H #include "globals.h" /** Shows options dialog */ void options_dialog (); void show_message (GtkMessageType type, const gchar *format, gchar *msgtxt, const gchar *format_sec, gchar *msgtxt_sec); #endif