From ad333fb2c7790dfcc4a5af286dfb15e8f7db0a27 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 6 Aug 2019 19:22:51 +0200 Subject: Migrated the reading of login and password from cli to the common lib --- common/cli.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/cli.h (limited to 'common/cli.h') 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 + -- cgit v1.2.3