File: status.h

package info (click to toggle)
epic 3.004-10
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,180 kB
  • ctags: 3,207
  • sloc: ansic: 40,836; makefile: 526; sh: 121; perl: 17
file content (30 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
/*
 * status.h: header for status.c
 *
 * Written By Michael Sandrof
 *
 * Copyright(c) 1990 
 *
 * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
 *
 * @(#)$Id: status.h,v 1.4 1994/07/02 02:38:10 mrg Exp $
 */

#ifndef _STATUS_H_
#define _STATUS_H_

#include "irc_std.h"

struct WindowStru;

extern	void	make_status _((struct WindowStru *));
extern	void	set_alarm _((char *));
extern	char	*update_clock _((int));
extern	void	reset_clock _((char *));
extern	void	build_status _((char *));
extern	void	status_update _((int));

#define GET_TIME 1
#define RESET_TIME 2

#endif /* _STATUS_H_ */