summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index f23b7a2..60dae6a 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -310,6 +310,12 @@ lilv_world_query_internal(LilvWorld* world,
const SordNode* predicate,
const SordNode* object);
+bool
+lilv_world_ask_internal(LilvWorld* world,
+ const SordNode* subject,
+ const SordNode* predicate,
+ const SordNode* object);
+
LilvNodes*
lilv_world_query_values_internal(LilvWorld* world,
const SordNode* subject,