add com_right_r

This commit is contained in:
Love Hornquist Astrand
2009-10-12 10:41:32 -07:00
parent d366ed823c
commit 0c5a5849e1
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -52,6 +52,7 @@ struct et_list {
extern struct et_list *_et_list;
const char *com_right (struct et_list *list, long code);
const char *com_right_r (struct et_list *list, long code, char *, size_t);
void initialize_error_table_r (struct et_list **, const char **, int, long);
void free_error_table (struct et_list *);