X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finsdel.h;h=81d477ff4c49e7b10bae3e7abdb99da7dea51623;hb=ea1ea793fe6e244ef5555ed983423a204101af13;hp=0de1d3fbe5e925d7f74dec31c17a3a4802d28df1;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/src/insdel.h b/src/insdel.h index 0de1d3f..81d477f 100644 --- a/src/insdel.h +++ b/src/insdel.h @@ -140,11 +140,11 @@ void buffer_reset_changes (struct buffer *buf); /************************************************************************/ Memind do_marker_adjustment (Memind mpos, Memind from, - Memind to, int amount); + Memind to, Bytecount amount); void fixup_internal_substring (CONST Bufbyte *nonreloc, Lisp_Object reloc, - int offset, int *len); + Bytecount offset, Bytecount *len); /* In font-lock.c */ void font_lock_maybe_update_syntactic_caches (struct buffer *buf, @@ -156,7 +156,7 @@ void font_lock_buffer_was_killed (struct buffer *buf); void barf_if_buffer_read_only (struct buffer *buf, Bufpos from, Bufpos to); -void init_buffer_text (struct buffer *b, int indirect_p); -void uninit_buffer_text (struct buffer *b, int indirect_p); +void init_buffer_text (struct buffer *b); +void uninit_buffer_text (struct buffer *b); #endif /* _XEMACS_INSDEL_H_ */