File: mod_timer.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 (24 lines) | stat: -rw-r--r-- 528 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
/*************************************************************************
 * $Id: mod_timer.h,v 1.2 2000/02/07 18:50:40 dpotter Exp $
 *
 * mod_timer.h -- Timer functions
 *
 * Copyright (C) by Andreas Neuhaus <andy@fasta.fh-dortmund.de>
 *
 */

#ifndef __MOD_TIMER_H__
#define __MOD_TIMER_H__


void mod_timer_update (void);
void mod_timer_message (int msgtype, char *message);

char *mod_timer_init (void);


#endif /* __MOD_TIMER_H__ */

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