File: mod_cd.h

package info (click to toggle)
irmp3 0.4.3pre6-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 584 kB
  • ctags: 374
  • sloc: ansic: 3,955; makefile: 212; pascal: 39
file content (16 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __MOD_CD_H__
#define __MOD_CD_H__


void mod_cd_update (void);
void mod_cd_message (int msgtype, char *msg);

char *mod_cd_init (void);
void mod_cd_deinit (void);


#endif /* __MOD_CD_H__ */

/*************************************************************************
 * EOF
 */