From 74024e696ab7b5b4282998c847973c4728dc267d Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 11 Oct 2023 18:58:50 +0000 Subject: [PATCH] add: get token in env var --- src/utils.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.hpp b/src/utils.hpp index bf26fb7..16c52ba 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -2,4 +2,5 @@ #include -int get_article_data(std::string& str, unsigned int& quantity, float& price); \ No newline at end of file +int get_article_data(std::string& str, unsigned int& quantity, float& price); +std::string get_token(char** av, char** env); \ No newline at end of file