comparison src/line-number.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with XEmacs; see the file COPYING. If not, write to 16 along with XEmacs; see the file COPYING. If not, write to
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */ 18 Boston, MA 02111-1307, USA. */
19 19
20 #ifndef INCLUDED_line_number_h_
21 #define INCLUDED_line_number_h_
22
20 /* Synched up with: Not in FSF. */ 23 /* Synched up with: Not in FSF. */
21 24
22 void narrow_line_number_cache (struct buffer *); 25 void narrow_line_number_cache (struct buffer *);
23 void insert_invalidate_line_number_cache (struct buffer *, Bufpos, 26 void insert_invalidate_line_number_cache (struct buffer *, Bufpos,
24 CONST Bufbyte *, Bytecount); 27 CONST Bufbyte *, Bytecount);
25 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos); 28 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos);
26 29
27 EMACS_INT buffer_line_number (struct buffer *, Bufpos, int); 30 EMACS_INT buffer_line_number (struct buffer *, Bufpos, int);
31
32 #endif /* INCLUDED_line_number_h_ */