[vlc-devel] commit: Missed files in previous commit ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jun 1 10:02:58 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun 1 11:03:45 2008 +0300| [ddfce772105e4d8a765a3c29e692a93593ec4ec5]
Missed files in previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ddfce772105e4d8a765a3c29e692a93593ec4ec5
---
include/vlc/libvlc.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 2dbf626..b191c43 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -31,8 +31,8 @@
*/
-#ifndef _LIBVLC_H
-#define _LIBVLC_H 1
+#ifndef VLC_LIBVLC_H
+#define VLC_LIBVLC_H 1
#if defined (WIN32) && defined (DLL_EXPORT)
# define VLC_PUBLIC_API __declspec(dllexport)
@@ -187,7 +187,7 @@ void libvlc_wait( libvlc_instance_t *p_instance );
*
* \return a string containing the libvlc version
*/
-VLC_PUBLIC_API const char * libvlc_get_version();
+VLC_PUBLIC_API const char * libvlc_get_version(void);
/**
* Retrieve libvlc compiler version.
@@ -196,7 +196,7 @@ VLC_PUBLIC_API const char * libvlc_get_version();
*
* \return a string containing the libvlc compiler version
*/
-VLC_PUBLIC_API const char * libvlc_get_compiler();
+VLC_PUBLIC_API const char * libvlc_get_compiler(void);
/**
* Retrieve libvlc changeset.
@@ -205,7 +205,7 @@ VLC_PUBLIC_API const char * libvlc_get_compiler();
*
* \return a string containing the libvlc changeset
*/
-VLC_PUBLIC_API const char * libvlc_get_changeset();
+VLC_PUBLIC_API const char * libvlc_get_changeset(void);
/** @}*/
More information about the vlc-devel
mailing list