fixed invalid C prototypes
Signed-off-by: Eric Wong <normalperson@yhbt.net> git-svn-id: https://svn.musicpd.org/mpd/trunk@7142 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
committed by
Eric Wong
parent
7d66859277
commit
28008e6977
@@ -871,7 +871,7 @@ struct drms_s
|
||||
|
||||
#define P_DRMS ((struct drms_s *)p_drms)
|
||||
|
||||
void *drms_alloc()
|
||||
void *drms_alloc(void)
|
||||
{
|
||||
struct drms_s *p_drms;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ extern int drms_get_sys_key( uint32_t *p_sys_key );
|
||||
extern int drms_get_user_key( uint32_t *p_sys_key,
|
||||
uint32_t *p_user_key );
|
||||
|
||||
extern void *drms_alloc();
|
||||
extern void *drms_alloc(void);
|
||||
extern void drms_free( void *p_drms );
|
||||
extern int drms_init( void *p_drms, uint32_t i_type,
|
||||
uint8_t *p_info, uint32_t i_len );
|
||||
|
||||
Reference in New Issue
Block a user