aboutsummaryrefslogtreecommitdiff
path: root/src/wine.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-07-30 01:57:26 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-07-30 01:57:26 +0200
commit8bdba8891071110fe3f04de81dbe375c9c1caa80 (patch)
treed29a9f4220e351a0f5dd5b4a028af9b76cc16203 /src/wine.h
downloadpolecat-8bdba8891071110fe3f04de81dbe375c9c1caa80.tar.gz
polecat-8bdba8891071110fe3f04de81dbe375c9c1caa80.zip
Initial commit0.1.0
Diffstat (limited to 'src/wine.h')
-rw-r--r--src/wine.h9
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