File: msg.h

package info (click to toggle)
fakepop 9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 120 kB
  • ctags: 39
  • sloc: ansic: 397; makefile: 82; sh: 26
file content (13 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Id: msg.h,v 1.1.1.1 2004/11/30 19:34:52 pzn Exp $ */

#ifndef _msg_h
#define _msg_h

void   msg_init (void);
int    msg_exist (int msg);
int    msg_gettotalmsgs (void);
int    msg_getsize (int msg);
char * msg_getfilename (int msg);
int    msg_gettotalsize (void);

#endif