mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
676 B
Plaintext
14 lines
676 B
Plaintext
diff -c -N ../faces/extern.h ./extern.h
|
|
*** ../faces/extern.h Tue Nov 19 05:00:48 1991
|
|
--- ./extern.h Tue Dec 10 10:49:37 1996
|
|
***************
|
|
*** 82,87 ****
|
|
--- 82,88 ----
|
|
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. */
|