aboutsummaryrefslogtreecommitdiff
path: root/src/wine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wine.h')
-rw-r--r--src/wine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wine.h b/src/wine.h
index 47da0f2..b36d3ee 100644
--- a/src/wine.h
+++ b/src/wine.h
@@ -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**);