comparison src/line-number.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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
23 /* Synched up with: Not in FSF. */ 20 /* Synched up with: Not in FSF. */
24 21
25 void narrow_line_number_cache (struct buffer *); 22 void narrow_line_number_cache (struct buffer *);
26 void insert_invalidate_line_number_cache (struct buffer *, Bufpos, 23 void insert_invalidate_line_number_cache (struct buffer *, Bufpos,
27 const Bufbyte *, Bytecount); 24 CONST Bufbyte *, Bytecount);
28 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos); 25 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos);
29 26
30 EMACS_INT buffer_line_number (struct buffer *, Bufpos, int); 27 EMACS_INT buffer_line_number (struct buffer *, Bufpos, int);
31
32 #endif /* INCLUDED_line_number_h_ */