diff options
-rw-r--r-- | decoder.c | 2 | ||||
-rw-r--r-- | srd.c | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -40,7 +40,7 @@ /** @cond PRIVATE */ /* The list of protocol decoders. */ -SRD_PRIV GSList *pd_list = NULL; +static GSList *pd_list = NULL; /* srd.c */ extern GSList *searchpaths; @@ -32,9 +32,6 @@ SRD_PRIV GSList *searchpaths = NULL; extern GSList *sessions; extern int max_session_id; -/* decoder.c */ -extern SRD_PRIV GSList *pd_list; - /** @endcond */ /** |