Mercurial > hg > xemacs-beta
comparison src/line-number.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 558f606b08ae |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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_ */ |