summaryrefslogtreecommitdiffstats
path: root/src/common/basic_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/basic_utils.h')
-rwxr-xr-xsrc/common/basic_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/basic_utils.h b/src/common/basic_utils.h
index 77282eea..63e858ab 100755
--- a/src/common/basic_utils.h
+++ b/src/common/basic_utils.h
@@ -21,8 +21,6 @@ limitations under the License.
#include <stdio.h>
#include <string>
-
-
/**
* the round must be power 2 e.g 2,4,8...
*
@@ -87,6 +85,8 @@ bool utl_is_file_exists (const std::string& name) ;
void utl_macaddr_to_str(const uint8_t *macaddr, std::string &output);
+std::string utl_generate_random_str(unsigned int &seed, int len);
+
#endif