summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-21 21:58:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-21 21:58:47 +0000
commitef07303c2039b61df2973f394b4e37ea19bfe484 (patch)
tree600a5d646464cd9e4ee72304c8801281a4283ecc /file.c
parent8fa2e54773df76125f52efcf93bfe9f14b787118 (diff)
downloadwireshark-ef07303c2039b61df2973f394b4e37ea19bfe484.tar.gz
Make internal functions static.
svn path=/trunk/; revision=48465
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 64829fb302..a3b13f43be 100644
--- a/file.c
+++ b/file.c
@@ -363,7 +363,7 @@ fail:
/*
* Add an encapsulation type to cf->linktypes.
*/
-void
+static void
cf_add_encapsulation_type(capture_file *cf, int encap)
{
guint i;