summaryrefslogtreecommitdiffstats
path: root/dialogs.h
blob: 2b6cf28191b1ad23c9d6fcfdaa7836373064ea9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef GNCPMOUNT_DIALOGS_H
#define GNCPMOUNT_DIALOGS_H

#include "globals.h"

/** Shows options dialog */
void show_options_dialog ();

/** Shows error, info or warning message */
void show_message (GtkMessageType type, const gchar *format, gchar *msgtxt, const gchar *format_sec, gchar *msgtxt_sec);

/** Function shows ncpmount command with set options */
void show_ncpmount_command ();

/** Function shows about dialog */
void show_about ();

#endif