summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-06-04 12:13:33 -0400
committerDavid Robillard <d@drobilla.net>2023-06-04 12:13:33 -0400
commitfa636a550000f0ef3f6f5c803072b139de6ac23c (patch)
treea629dd6aec88d5bfff21f7c91e2506e5c6308390 /src/lilv_internal.h
parentcaad4f5554fd77b61a0907a67bab90bc656d86ad (diff)
downloadlilv-fa636a550000f0ef3f6f5c803072b139de6ac23c.tar.gz
lilv-fa636a550000f0ef3f6f5c803072b139de6ac23c.tar.bz2
lilv-fa636a550000f0ef3f6f5c803072b139de6ac23c.zip
Make more functions static
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index 0a1f7d4..f1bca25 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -254,15 +254,6 @@ lilv_plugin_get_unique(const LilvPlugin* plugin,
const SordNode* subject,
const SordNode* predicate);
-void
-lilv_collection_free(LilvCollection* collection);
-
-unsigned
-lilv_collection_size(const LilvCollection* collection);
-
-LilvIter*
-lilv_collection_begin(const LilvCollection* collection);
-
void*
lilv_collection_get(const LilvCollection* collection, const LilvIter* i);
@@ -311,9 +302,6 @@ lilv_world_blank_node_prefix(LilvWorld* world);
SerdStatus
lilv_world_load_file(LilvWorld* world, SerdReader* reader, const LilvNode* uri);
-SerdStatus
-lilv_world_load_graph(LilvWorld* world, SordNode* graph, const LilvNode* uri);
-
LilvUI*
lilv_ui_new(LilvWorld* world,
LilvNode* uri,
@@ -333,9 +321,6 @@ int
lilv_header_compare_by_uri(const void* a, const void* b, const void* user_data);
int
-lilv_lib_compare(const void* a, const void* b, const void* user_data);
-
-int
lilv_ptr_cmp(const void* a, const void* b, const void* user_data);
int