]> git.sesse.net Git - vlc/commitdiff
WinCE: fix function declaration
authorGeoffroy Couprie <geo.couprie@gmail.com>
Fri, 10 Oct 2008 09:37:40 +0000 (11:37 +0200)
committerGeoffroy Couprie <geo.couprie@gmail.com>
Tue, 14 Oct 2008 08:12:10 +0000 (10:12 +0200)
modules/demux/mp4/drms.c

index aa0b561f5f6b594f9194a2e4451d0b8d125f3169..c75cf27a1761b23c0a929f5b7be944672b94cf70 100644 (file)
@@ -2083,7 +2083,7 @@ static int GetiPodID( int64_t *p_ipod_id )
 
 #else /* !defined( UNDER_CE ) */
 
-void *drms_alloc( char *psz_homedir ){ return 0; }
+void *drms_alloc( const char *psz_homedir ){ return 0; }
 void drms_free( void *a ){}
 void drms_decrypt( void *a, uint32_t *b, uint32_t c  ){}
 int drms_init( void *a, uint32_t b, uint8_t *c, uint32_t d ){ return -1; }