aboutsummaryrefslogtreecommitdiff
path: root/common/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/cli.h')
-rw-r--r--common/cli.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/cli.h b/common/cli.h
new file mode 100644
index 0000000..51f014b
--- /dev/null
+++ b/common/cli.h
@@ -0,0 +1,9 @@
+#ifndef COMMON_CLI_H_
+#define COMMON_CLI_H_
+
+void common_cli_free(void);
+const char* common_cli_get_login(void);
+const char* common_cli_get_password(void);
+
+#endif
+