From b2a565488ef0b2aad7401a0a2c61dd5853038a28 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 15:47:21 +1100 Subject: s4-heimdal: lex_err_message() should not be static --- source4/heimdal/lib/asn1/lex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/heimdal') 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; -- cgit