blob: cb6c1814063568bc31ade258739582db060d5bca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur ../faces-DIST/extern.h ./extern.h
--- ../faces-DIST/extern.h Tue Nov 19 15:00:48 1991
+++ ./extern.h Fri Oct 1 14:32:02 1999
@@ -82,6 +82,7 @@
extern int facetype ; /* Type of face file found. */
extern int firsttime ; /* Zeroised after first mail/printer check. */
extern int flashes ; /* Number of flashes for arrival of new mail. */
+extern int border_width ; /* Border width of window. */
extern int fromc_found ; /* Set if "From:" line found during processing. */
extern int froms_found ; /* Set if "From " line found during processing. */
extern int height ; /* Height in pixels of faces display. */
|