diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2013-01-27 19:24:11 +0100 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2013-02-05 17:37:37 +0100 |
commit | 421d9fdb0658abb01306a62e5d57da044263b216 (patch) | |
tree | b461210eba0ca04506c7ec7e063978106aae78d7 /lib/libdvd/libdvdnav/msvc/include/dlfcn.h | |
parent | 7b2dddca5e48219a2cb2bc0128dc5d5e94fc9e00 (diff) |
Updated libdvdcss, read and nav to the latest versions
All XBMC modifications are kept intact
Moved get/set state functions from vm.h to dvdnav_internal.h where
they should be
Added comments to clarify which functions are added by XBMC
Diffstat (limited to 'lib/libdvd/libdvdnav/msvc/include/dlfcn.h')
-rwxr-xr-x | lib/libdvd/libdvdnav/msvc/include/dlfcn.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libdvd/libdvdnav/msvc/include/dlfcn.h b/lib/libdvd/libdvdnav/msvc/include/dlfcn.h index 7a2416c843..b5fe376c34 100755 --- a/lib/libdvd/libdvdnav/msvc/include/dlfcn.h +++ b/lib/libdvd/libdvdnav/msvc/include/dlfcn.h @@ -1,11 +1,6 @@ #ifndef __DLFCN_H__ # define __DLFCN_H__ -/* - * $Id: dlfcn.h 1135 2008-09-06 21:55:51Z rathann $ - * $Name$ - * - * - */ + extern void *dlopen (const char *file, int mode); extern int dlclose (void *handle); extern void *dlsym (void * handle, const char * name); |