summaryrefslogtreecommitdiffstats
path: root/loader/registry.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-26 01:17:24 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-26 01:17:24 +0000
commit7428fbd444aa3d771e813b881d9c560130e4e9be (patch)
tree691680845617a9e62a22608fdac34c07cd538f3d /loader/registry.h
parent025117922c684ae081ae5b661fd62ec685343e21 (diff)
downloadmpv-7428fbd444aa3d771e813b881d9c560130e4e9be.tar.bz2
mpv-7428fbd444aa3d771e813b881d9c560130e4e9be.tar.xz
avifile sync again... :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3135 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/registry.h')
-rw-r--r--loader/registry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/registry.h b/loader/registry.h
index 9c94043c42..bb204932ff 100644
--- a/loader/registry.h
+++ b/loader/registry.h
@@ -12,6 +12,8 @@
extern "C" {
#endif
+void free_registry(void);
+
long RegOpenKeyExA(long key, const char* subkey, long reserved,
long access, int* newkey);
long RegCloseKey(long key);