summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 15:47:21 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:02 +1100
commitb2a565488ef0b2aad7401a0a2c61dd5853038a28 (patch)
tree7e9f04ba9d6283ee4c3ffe279f2636c201dc6b12 /source4/heimdal
parenta139628423e0a48c1a63321ee054734673f03c9e (diff)
downloadsamba-b2a565488ef0b2aad7401a0a2c61dd5853038a28.tar.gz
samba-b2a565488ef0b2aad7401a0a2c61dd5853038a28.tar.bz2
samba-b2a565488ef0b2aad7401a0a2c61dd5853038a28.zip
s4-heimdal: lex_err_message() should not be static
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/asn1/lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/asn1/lex.l b/source4/heimdal/lib/asn1/lex.l
index d5be97538f..3507d64b3a 100644
--- a/source4/heimdal/lib/asn1/lex.l
+++ b/source4/heimdal/lib/asn1/lex.l
@@ -50,7 +50,7 @@
#include "lex.h"
#include "gen_locl.h"
-static void lex_err_message (const char *format, ...);
+void lex_err_message (const char *format, ...);
static unsigned lineno = 1;
@@ -283,7 +283,7 @@ yywrap ()
}
#endif
-static void
+void
lex_err_message (const char *format, ...)
{
va_list args;