]> sigrok.org Git - libsigrokdecode.git/blobdiff - srd.c
Mark some variables more consistently as SRD_PRIV.
[libsigrokdecode.git] / srd.c
diff --git a/srd.c b/srd.c
index 61280ef41d7f4f838472aa2f9ff98ec672305520..599d190081621357222d815ccf8397ac7c33e9e2 100644 (file)
--- a/srd.c
+++ b/srd.c
@@ -29,8 +29,8 @@
 SRD_PRIV GSList *searchpaths = NULL;
 
 /* session.c */
-extern GSList *sessions;
-extern int max_session_id;
+extern SRD_PRIV GSList *sessions;
+extern SRD_PRIV int max_session_id;
 
 /** @endcond */