summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 01:11:42 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 01:11:42 +0000
commit8642c3f473d02505389932c40cb740178e92c843 (patch)
treee0839c8b95cdae785779e4ae3c9b5bf4ff043a91
parent2081d99c2d0c9ab91e7f91c19e731ac0fc27d513 (diff)
downloadwireshark-8642c3f473d02505389932c40cb740178e92c843.tar.gz
Make a routine used only in this file static.
svn path=/trunk/; revision=54741
-rw-r--r--ui/follow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/follow.c b/ui/follow.c
index 4fcef382cc..95e3050ed7 100644
--- a/ui/follow.c
+++ b/ui/follow.c
@@ -33,7 +33,7 @@
#include "ui/follow.h"
#ifdef HAVE_LIBZ
-char *
+static char *
sgetline(char *str, int *next)
{
char *end;