diff options
Diffstat (limited to 'cr/cr_epri.h')
-rw-r--r-- | cr/cr_epri.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cr/cr_epri.h b/cr/cr_epri.h index c04772a..ad1a064 100644 --- a/cr/cr_epri.h +++ b/cr/cr_epri.h @@ -22,7 +22,7 @@ * * Fichier : cr_epri.h * - * @(#) cr_epri.h 1.6 15/03/14 MB + * @(#) cr_epri.h 1.7 15/03/19 MB * * ============================================================================ */ @@ -40,6 +40,7 @@ void cr_usage(void); void cr_init_list(void); void cr_init_col_names(void); void cr_set_color(int, char *); +void cr_free_RE(void); void cr_read_input(void); void cr_disp_color(int, char *); void cr_start_color(struct cr_color *, int); |