File: mod_mpg123.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 (25 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*************************************************************************
 * $Id: mod_mpg123.h,v 1.6 2000/04/04 23:37:34 dpotter Exp $
 *
 * mod_mpg123.h -- IRMP3 module for MPG123 player
 *
 * Copyright (C) by Andreas Neuhaus <andy@fasta.fh-dortmund.de>
 *
 */

#ifndef __MOD_MPG123_H__
#define __MOD_MPG123_H__


void mod_mpg123_poll (int fd);
void mod_mpg123_message (int msgtype, char *msg);

char *mod_mpg123_init (void);
void mod_mpg123_deinit (void);
void mod_mpg123_chld (pid_t pid, int status);

#endif /* __MOD_MPG123_H__ */

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