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

#include "globals.h"
#include "dialogs.h"


/** Run ncpmount */
void run_ncpmount();

#endif