diff options
Diffstat (limited to 'src/env.h')
-rw-r--r-- | src/env.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -5,21 +5,11 @@ #define SERD_SRC_ENV_H #include "serd/env.h" -#include "serd/node.h" #include "serd/status.h" #include "serd/string_view.h" #include "serd/uri.h" #include "zix/attributes.h" -#include <stdbool.h> - -/// Qualify `uri` into a CURIE if possible -bool -serd_env_qualify_in_place(const SerdEnv* env, - const SerdNode* uri, - const SerdNode** prefix, - SerdStringView* suffix); - /** Return the URI for the prefix with the given name. |