aboutsummaryrefslogtreecommitdiff
path: root/common/cli.h
diff options
context:
space:
mode:
authorJulien Dessaux2019-08-06 19:22:51 +0200
committerJulien Dessaux2019-08-06 19:22:51 +0200
commitad333fb2c7790dfcc4a5af286dfb15e8f7db0a27 (patch)
treeea9d3e35e1e5bc39b43fd388434c65ea714d88de /common/cli.h
parentAdded a proper subscriptions listing for the direct conversations closer (diff)
downloadrocket-cli-client-ad333fb2c7790dfcc4a5af286dfb15e8f7db0a27.tar.gz
rocket-cli-client-ad333fb2c7790dfcc4a5af286dfb15e8f7db0a27.tar.bz2
rocket-cli-client-ad333fb2c7790dfcc4a5af286dfb15e8f7db0a27.zip
Migrated the reading of login and password from cli to the common lib
Diffstat (limited to '')
-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
+