]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/subscriptions.h
88f52c2f25df25171a5c8b3f8b056b3af96d40dd
[1ts-debian.git] / zephyr / zwgc / subscriptions.h
1 /* This file is part of the Project Athena Zephyr Notification System.
2  * It is one of the source files comprising zwgc, the Zephyr WindowGram
3  * client.
4  *
5  *      Created by:     Marc Horowitz <marc@athena.mit.edu>
6  *
7  *      $Id$
8  *
9  *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
10  *      For copying and distribution information, see the file
11  *      "mit-copyright.h".
12  */
13
14
15 #include <zephyr/mit-copyright.h>
16
17 #ifndef subscriptions_MODULE
18 #define subscriptions_MODULE
19
20 extern int zwgc_active;
21
22 extern int puntable_address_p(/* string class, instance, recipient */);
23 extern void punt();
24 extern void unpunt();
25 extern void zwgc_shutdown();
26 extern void zwgc_startup();
27
28 #define USRSUBS ".zephyr.subs"
29
30 #endif