summaryrefslogtreecommitdiff
path: root/srd.c
diff options
context:
space:
mode:
Diffstat (limited to 'srd.c')
-rw-r--r--srd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/srd.c b/srd.c
index 2c1bdda..68a6a23 100644
--- a/srd.c
+++ b/srd.c
@@ -179,6 +179,11 @@ err:
return SRD_ERR_PYTHON;
}
+SRD_API GSList *srd_searchpaths_get(void)
+{
+ return g_slist_copy_deep(searchpaths, (GCopyFunc)g_strdup, NULL);
+}
+
/**
* Initialize libsigrokdecode.
*