projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775dda7
)
Make some more items 'static'.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 22 Feb 2011 22:12:41 +0000
(23:12 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 3 Mar 2011 19:24:25 +0000
(20:24 +0100)
decode.c
patch
|
blob
|
history
diff --git
a/decode.c
b/decode.c
index 026a6133a7956a5344a416b84bbbfab8e9e34efa..fe89eb0dd42b6c594b17b95575ab3e64797b6075 100644
(file)
--- 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.