summaryrefslogtreecommitdiffstats
path: root/dialogs.h
blob: 5167b8cde93f73f798d2b9c8ab4bac9f89d7efee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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