commit | f937cfe8bb6ef67a5dd46b4c576b542a54097a0d | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Aug 03 16:07:12 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Aug 03 16:07:12 2020 +0200 |
tree | 201d43e4ab31ca03134603f6b3e0198c5fc87291 | |
parent | 3701af554d459b88660191ee69a193230782fa52 [diff] [blame] |
data tree REFCTOR move prefix callbacks to plugins types Meaning they are still public but needed only when implementing plugins. Common API functions do not require these callbacks.
diff --git a/src/path.h b/src/path.h index 2e32f91..d57cd31 100644 --- a/src/path.h +++ b/src/path.h
@@ -19,6 +19,7 @@ #include <stdint.h> #include "log.h" +#include "plugins_types.h" #include "tree.h" #include "tree_data.h"