summaryrefslogtreecommitdiff
path: root/zwgc/plus.h
blob: 2347174d26a4713d6a614559c6c5f725a6ad724c (plain)
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
/* 
  This file contains code related to the zwgcplus extension to zwgc.
  zwgc is copyrighted by the Massachusetts Institute of Technology.
  This file is public domain.
  Written by Andrew Plotkin, ap1i+@andrew.cmu.edu
 */

#define NAMESIZE (256)

extern int get_full_names;
extern int zwgcplus;

extern void init_noticelist();
extern void dump_noticelist();
extern void list_add_notice();
extern int list_del_notice();
extern int get_list_refcount();
extern void set_notice_fake();
extern int get_notice_fake();
extern char *get_stored_notice();
extern void plus_retry_notice();
extern void set_stored_notice();
extern void plus_window_deletions();

extern void plus_queue_notice();
extern long plus_timequeue_events();