diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-07-30 01:57:26 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-07-30 01:57:26 +0200 |
commit | 8bdba8891071110fe3f04de81dbe375c9c1caa80 (patch) | |
tree | d29a9f4220e351a0f5dd5b4a028af9b76cc16203 /src/wine.h | |
download | polecat-8bdba8891071110fe3f04de81dbe375c9c1caa80.tar.gz polecat-8bdba8891071110fe3f04de81dbe375c9c1caa80.zip |
Initial commit0.1.0
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 |