From 10a2ba079b83896209f93342446a029dd8d3cb28 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 18 Jan 2003 17:31:58 +0000 Subject: export fmt2str() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8995 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af_format.c') diff --git a/libaf/af_format.c b/libaf/af_format.c index 55d151abdf..fb52daca0c 100644 --- a/libaf/af_format.c +++ b/libaf/af_format.c @@ -88,7 +88,7 @@ static int str2fmt(char* str) /* Convert format to str input str is a buffer for the converted string, size is the size of the buffer */ -static char* fmt2str(int format, char* str, size_t size) +char* fmt2str(int format, char* str, size_t size) { int i=0; // Print endinaness -- cgit v1.2.3