summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r--sigrokdecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h
index 2728d72..ae4ec81 100644
--- a/sigrokdecode.h
+++ b/sigrokdecode.h
@@ -199,9 +199,9 @@ typedef struct {
/*--- controller.c ----------------------------------------------------------*/
-SRD_API int srd_init(void);
+SRD_API int srd_init(char *path);
SRD_API int srd_exit(void);
-SRD_API int set_modulepath(void);
+SRD_PRIV int add_modulepath(const char *path);
SRD_API int srd_inst_set_options(struct srd_decoder_inst *di,
GHashTable *options);
SRD_API int srd_inst_set_probes(struct srd_decoder_inst *di,