diff options
Diffstat (limited to 'src/wine.h')
-rw-r--r-- | src/wine.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef WINE_H #define WINE_H +#define WINEBIN "/bin/wine" + int wine(int, char**); int wine_download(int, char**); int wine_list(int, char**); |