[MPlayer-cvslog] r28268 - trunk/loader/registry.c
diego
subversion at mplayerhq.hu
Mon Jan 5 15:53:45 CET 2009
Author: diego
Date: Mon Jan 5 15:53:45 2009
New Revision: 28268
Log:
#include the appropriate header instead of using local declarations.
Modified:
trunk/loader/registry.c
Modified: trunk/loader/registry.c
==============================================================================
--- trunk/loader/registry.c Mon Jan 5 15:48:03 2009 (r28267)
+++ trunk/loader/registry.c Mon Jan 5 15:53:45 2009 (r28268)
@@ -21,11 +21,11 @@
#include "ext.h"
#include "registry.h"
+#include "get_path.h"
+
//#undef TRACE
//#define TRACE printf
-char *get_path(const char*);
-
// ...can be set before init_registry() call
char* regpathname = NULL;
More information about the MPlayer-cvslog
mailing list