aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>1999-10-16 19:50:19 +0000
committerLaurent Deniel <laurent.deniel@free.fr>1999-10-16 19:50:19 +0000
commit072fb7a7a37158d39cd7236058676373f4e53dcb (patch)
treef5cea6f80e569e25310ce0168e852efc938d2cc3
parent8c20e30ae07cfb8b599176aab0c7242eed813d61 (diff)
Declare print_object_key as static.
svn path=/trunk/; revision=862
-rw-r--r--packet-giop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-giop.c b/packet-giop.c
index c7562fde7e..f24634839c 100644
--- a/packet-giop.c
+++ b/packet-giop.c
@@ -3,7 +3,7 @@
*
* Laurent Deniel <deniel@worldnet.fr>
*
- * $Id: packet-giop.c,v 1.8 1999/10/12 06:20:05 gram Exp $
+ * $Id: packet-giop.c,v 1.9 1999/10/16 19:50:19 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -167,7 +167,7 @@ typedef struct LocateReplyHeader {
} LocateReplyHeader;
-u_char *print_object_key(int length, u_char *from)
+static u_char *print_object_key(int length, u_char *from)
{
#define MAX_OBJECT_KEY_LENGTH 64
static u_char buffer[MAX_OBJECT_KEY_LENGTH];