diff options
Diffstat (limited to 'src/c_utils_next.h')
-rw-r--r-- | src/c_utils_next.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c_utils_next.h b/src/c_utils_next.h index 1cf0132..3a26efb 100644 --- a/src/c_utils_next.h +++ b/src/c_utils_next.h @@ -18,5 +18,8 @@ short c_set_key(char *buf); void c_key_up_down(char *line[], t_caps *tcaps, t_msh *msh); t_msh *c_get_msh(int mode, t_msh *src); +void c_set_ptr_norme(char key, t_bool *sw, char **p, char **context); +short m_set_all(t_line_block *ptr, unsigned char previf, + t_bool pipe, t_msh *msh); #endif |