Skip to content
Snippets Groups Projects
Commit 781c5663 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

allow to call tree_seed_file_isvalid() and tree_seed_get_key() function from anywhere

parent 2e0a5c73
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/** @Return -1 bad format e.g want REG get DIR /** @Return -1 bad format e.g want REG get DIR
* @Return 0 fail * @Return 0 fail
* @Return success */ * @Return success */
static int tree_seed_file_isvalid(char const *seedpath, char const *treename) int tree_seed_file_isvalid(char const *seedpath, char const *treename)
{ {
log_flow() ; log_flow() ;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <66/tree.h> #include <66/tree.h>
static ssize_t tree_seed_get_key(char *table,char const *str) ssize_t tree_seed_get_key(char *table,char const *str)
{ {
log_flow() ; log_flow() ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment