[vlc-devel] [PATCH] Fixed warning on missing function prototype

Maxim Bublis b at codemonkey.ru
Fri Nov 22 21:07:22 CET 2013


---
 compat/strverscmp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat/strverscmp.c b/compat/strverscmp.c
index 0487592..6f6f7f0 100644
--- a/compat/strverscmp.c
+++ b/compat/strverscmp.c
@@ -33,6 +33,7 @@
 #define  CMP    2
 #define  LEN    3
 
+int strverscmp (const char*, const char*);
 
 /* Compare S1 and S2 as strings holding indices/version numbers,
    returning less than, equal to or greater than zero if S1 is less than,
-- 
1.8.3.4 (Apple Git-47)




More information about the vlc-devel mailing list