summaryrefslogtreecommitdiffstats
path: root/dialogs.h
blob: e7543cfb60408847e7bb8ac7634b726e0312c983 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef GNCPMOUNT_DIALOGS_H
#define GNCPMOUNT_DIALOGS_H

#include "globals.h"

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


#endif