]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/text_operations.h
finalize -3
[1ts-debian.git] / zephyr / zwgc / text_operations.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 text_operations_MODULE
18 #define text_operations_MODULE
19
20 #include "character_class.h"
21
22 extern string protect();
23 extern string verbatim();
24 extern string stylestrip();
25 extern string lany();
26 extern string lbreak();
27 extern string lspan();
28 extern string rany();
29 extern string rbreak();
30 extern string rspan();
31
32 #endif