summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decode.c b/decode.c
index 026a613..fe89eb0 100644
--- a/decode.c
+++ b/decode.c
@@ -32,7 +32,7 @@
#endif
/* The list of protocol decoders. */
-GSList *list_pds = NULL;
+static GSList *list_pds = NULL;
/*
* Here's a quick overview of Python/C API reference counting.