From a0d4825744bd5bc2cd18a51e8339faf11b9d87c4 Mon Sep 17 00:00:00 2001
From: Uwe Hermann <uwe@hermann-uwe.de>
Date: Tue, 22 Feb 2011 23:12:41 +0100
Subject: Make some more items 'static'.

---
 decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'decode.c')

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.
-- 
cgit v1.2.3-70-g09d2