/[emacs]/emacs/src/coding.h
ViewVC logotype

Diff of /emacs/src/coding.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by eliz, Sat Feb 23 18:38:25 2002 UTC revision 1.63.4.1 by miles, Fri Apr 4 06:20:57 2003 UTC
# Line 611  struct coding_system Line 611  struct coding_system
611  #endif /* !WINDOWSNT */  #endif /* !WINDOWSNT */
612    
613  /* Extern declarations.  */  /* Extern declarations.  */
614  extern int decode_coding P_ ((struct coding_system *, unsigned char *,  extern int decode_coding P_ ((struct coding_system *, const unsigned char *,
615                                unsigned char *, int, int));                                unsigned char *, int, int));
616  extern int encode_coding P_ ((struct coding_system *, unsigned char *,  extern int encode_coding P_ ((struct coding_system *, const unsigned char *,
617                                unsigned char *, int, int));                                unsigned char *, int, int));
618  extern void coding_save_composition P_ ((struct coding_system *, int, int,  extern void coding_save_composition P_ ((struct coding_system *, int, int,
619                                           Lisp_Object));                                           Lisp_Object));
# Line 631  extern Lisp_Object run_pre_post_conversi Line 631  extern Lisp_Object run_pre_post_conversi
631                                                         int));                                                         int));
632  extern int decoding_buffer_size P_ ((struct coding_system *, int));  extern int decoding_buffer_size P_ ((struct coding_system *, int));
633  extern int encoding_buffer_size P_ ((struct coding_system *, int));  extern int encoding_buffer_size P_ ((struct coding_system *, int));
634  extern void detect_coding P_ ((struct coding_system *, unsigned char *, int));  extern void detect_coding P_ ((struct coding_system *, const unsigned char *,
635  extern void detect_eol P_ ((struct coding_system *, unsigned char *, int));                                 int));
636    extern void detect_eol P_ ((struct coding_system *, const unsigned char *,
637                                int));
638  extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *));  extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *));
639  extern Lisp_Object code_convert_string P_ ((Lisp_Object,  extern Lisp_Object code_convert_string P_ ((Lisp_Object,
640                                              struct coding_system *, int, int));                                              struct coding_system *, int, int));
# Line 703  extern Lisp_Object Vdefault_process_codi Line 705  extern Lisp_Object Vdefault_process_codi
705     system.  */     system.  */
706  extern Lisp_Object Vselect_safe_coding_system_function;  extern Lisp_Object Vselect_safe_coding_system_function;
707    
708    /* If nonzero, on writing a file, Vselect_safe_coding_system_function
709       is called even if Vcoding_system_for_write is non-nil.  */
710    extern int coding_system_require_warning;
711    
712  /* Coding system for file names, or nil if none.  */  /* Coding system for file names, or nil if none.  */
713  extern Lisp_Object Vfile_name_coding_system;  extern Lisp_Object Vfile_name_coding_system;
714    

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.63.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26