From a0d4825744bd5bc2cd18a51e8339faf11b9d87c4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 22 Feb 2011 23:12:41 +0100 Subject: [PATCH] Make some more items 'static'. --- decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2