diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-09-21 18:27:28 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-09-21 18:27:28 +0000 |
commit | 4e09b5e0b3672e6893d6d90e833cb9e05436faf9 (patch) | |
tree | c099a9f4cc6d44e9ad3a348e140b2923cfdc8e46 /asn1/spnego/spnego.cnf | |
parent | 0fb81e221e18e15274da6e0360ed0bc77e93aeca (diff) | |
download | wireshark-4e09b5e0b3672e6893d6d90e833cb9e05436faf9.tar.gz wireshark-4e09b5e0b3672e6893d6d90e833cb9e05436faf9.tar.bz2 wireshark-4e09b5e0b3672e6893d6d90e833cb9e05436faf9.zip |
Some compilers don't allow a static declaration of a function inside
another function, so move the declaration of
dissect_spnego_PrincipalSeq() to the top of the file.
svn path=/trunk/; revision=15938
Diffstat (limited to 'asn1/spnego/spnego.cnf')
-rw-r--r-- | asn1/spnego/spnego.cnf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/asn1/spnego/spnego.cnf b/asn1/spnego/spnego.cnf index ac2ef47643..b57161c310 100644 --- a/asn1/spnego/spnego.cnf +++ b/asn1/spnego/spnego.cnf @@ -118,9 +118,6 @@ NegTokenInit/mechListMIC negTokenInit_mechListMIC gboolean pc; gint32 tag; tvbuff_t *mechListMIC_tvb; - static int dissect_spnego_PrincipalSeq(gboolean implicit_tag, tvbuff_t *tvb, - int offset, packet_info *pinfo, - proto_tree *tree, int hf_index); /* * There seems to be two different forms this can take, |