blob: 3928b125f9f6a84e5c99dde56691150009db2906 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- ch.c 1992-02-24 12:45:37.000000000 -0800
+++ ../../ch.c 2007-08-23 15:35:14.000000000 -0700
@@ -7,4 +7,6 @@
#include "less.h"
+static int ch_addbuf(int);
+
public int file = -1; /* File descriptor of the input file */
|