diff options
Diffstat (limited to 'src/wine.h')
-rw-r--r-- | src/wine.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wine.h b/src/wine.h new file mode 100644 index 0000000..872a17e --- /dev/null +++ b/src/wine.h @@ -0,0 +1,9 @@ +#ifndef WINE_H +#define WINE_H + +int wine(int, char**); +int wine_install(int, char**); +int wine_list(int, char**); +int wine_help(int, char**); + +#endif
\ No newline at end of file |