summaryrefslogtreecommitdiffstats
path: root/slv2/private_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/private_types.h')
-rw-r--r--slv2/private_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/slv2/private_types.h b/slv2/private_types.h
index cfdcb9c..abda0a1 100644
--- a/slv2/private_types.h
+++ b/slv2/private_types.h
@@ -69,9 +69,10 @@ struct _PluginList {
};
-typedef raptor_sequence* SLV2URIList;
+/** An ordered, indexable collection of strings. */
+typedef raptor_sequence* SLV2Strings;
-SLV2URIList slv2_uri_list_new();
+SLV2Strings slv2_strings_new();
#ifdef __cplusplus