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

#endif