From 23a29d24b01a68acb11be55abfcbe8d3fb0cdeb2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 4 May 2014 21:00:24 +0200 Subject: Mark some variables more consistently as SRD_PRIV. --- srd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'srd.c') diff --git a/srd.c b/srd.c index 61280ef..599d190 100644 --- 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 */ -- cgit v1.2.3-70-g09d2