aboutsummaryrefslogtreecommitdiff
path: root/src/proton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proton.h')
-rw-r--r--src/proton.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/proton.h b/src/proton.h
new file mode 100644
index 0000000..c5d87d5
--- /dev/null
+++ b/src/proton.h
@@ -0,0 +1,17 @@
+#ifndef PROTON_H
+#define PROTON_H
+
+#include <stddef.h>
+
+#include "command.h"
+
+extern char* repos[];
+
+COMMAND_GROUP(proton);
+COMMAND(proton, download);
+COMMAND(proton, list);
+COMMAND(proton, installed);
+COMMAND(proton, remove);
+COMMAND(proton, help);
+
+#endif \ No newline at end of file