summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/images/screenshot_opensim_simpleleg.pngbin0 -> 54068 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/doc/images/screenshot_opensim_simpleleg.png b/doc/images/screenshot_opensim_simpleleg.png
new file mode 100644
index 0000000..2aa0238
--- /dev/null
+++ b/doc/images/screenshot_opensim_simpleleg.png
Binary files differ
t-next.git/patch/include/linux/netfilter_ipv6.h?id=a0f4ecf3494c9869d20f606e7e2b2f50f0e67a7f'>patch) treedd4a24c0eddda03b87ad0fd873ba4b5ebbbab6cf /include/linux/netfilter_ipv6.h parentaae8c287e664d49df4aa315ad263c33b9a2af3e1 (diff)
netfilter: Remove extern from function prototypes
There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches <joe@perches.com>
Diffstat (limited to 'include/linux/netfilter_ipv6.h')