# HG changeset patch # User diego # Date 1190034426 0 # Node ID 2273bfbb8e4071ea2e861173c9a56443328345a2 # Parent 43ff93c329d787fd4a1938dadb17b1f5f1b26704 warning fix: libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2' dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here diff -r 43ff93c329d7 -r 2273bfbb8e40 libdvdcss/libdvdcss.c --- a/libdvdcss/libdvdcss.c Mon Sep 17 10:22:53 2007 +0000 +++ b/libdvdcss/libdvdcss.c Mon Sep 17 13:07:06 2007 +0000 @@ -142,7 +142,6 @@ * The variable itself contains the exact version number of the library, * which can be useful for specific feature needs. */ -LIBDVDCSS_EXPORT char * dvdcss_interface_2; char * dvdcss_interface_2 = VERSION; /**