comparison src/proto/misc2.pro @ 2360:d8e4b27cef80 vim73

Change 'cryptmethod' from a number to a string option. Make it global-local.
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Jul 2010 17:32:38 +0200
parents c08f91142c41
children 7ec9ada2cd81
comparison
equal deleted inserted replaced
2359:496feb41b83f 2360:d8e4b27cef80
78 int vim_chdirfile __ARGS((char_u *fname)); 78 int vim_chdirfile __ARGS((char_u *fname));
79 int illegal_slash __ARGS((char *name)); 79 int illegal_slash __ARGS((char *name));
80 char_u *parse_shape_opt __ARGS((int what)); 80 char_u *parse_shape_opt __ARGS((int what));
81 int get_shape_idx __ARGS((int mouse)); 81 int get_shape_idx __ARGS((int mouse));
82 void update_mouseshape __ARGS((int shape_idx)); 82 void update_mouseshape __ARGS((int shape_idx));
83 int crypt_method_from_string __ARGS((char_u *s));
84 int get_crypt_method __ARGS((buf_T *buf));
85 void set_crypt_method __ARGS((buf_T *buf, int method));
83 void crypt_push_state __ARGS((void)); 86 void crypt_push_state __ARGS((void));
84 void crypt_pop_state __ARGS((void)); 87 void crypt_pop_state __ARGS((void));
85 void crypt_encode __ARGS((char_u *from, size_t len, char_u *to)); 88 void crypt_encode __ARGS((char_u *from, size_t len, char_u *to));
86 void crypt_decode __ARGS((char_u *ptr, long len)); 89 void crypt_decode __ARGS((char_u *ptr, long len));
87 void crypt_init_keys __ARGS((char_u *passwd)); 90 void crypt_init_keys __ARGS((char_u *passwd));