]> git.sesse.net Git - vlc/blobdiff - modules/access/rtsp/real.h
skins2: remove unneeded check
[vlc] / modules / access / rtsp / real.h
index bb2479c5936309d14c53f447fe725e4d3fc96dd2..12d694b3c41cd62fa936961e044bea0b9065e65e 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * real.c: rtsp input
+ * real.h: rtsp input
  *****************************************************************************
  * Copyright (C) 2002-2004 the xine project
  * Copyright (C) 2005 VideoLAN
 #ifdef REALDEBUG
 #   define lprintf printf
 #else
-    static inline void lprintf( const char *dummy, ... ){}
+    static inline void lprintf( const char *dummy, ... ) { (void)dummy; }
 #endif
 
 int real_get_rdt_chunk_header(rtsp_client_t *, rmff_pheader_t *);
 int real_get_rdt_chunk(rtsp_client_t *, rmff_pheader_t *, unsigned char **);
 rmff_header_t *real_setup_and_get_header(rtsp_client_t *, int bandwidth);
 
-int asmrp_match(const char *rules, int bandwidth, int *matches) ;
+int asmrp_match(const char *rules, int bandwidth, int *matches, int matchsize) ;
 
 #endif