Prototype for com_right.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2128 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-10 04:20:16 +00:00
parent e3c11cd30c
commit b1376c7f39
3 changed files with 6 additions and 0 deletions

View File

@@ -10,4 +10,6 @@ struct error_table {
struct error_table *next;
};
const char *com_right(struct error_table *list, long code);
#endif /* __ERROR_H__ */

View File

@@ -10,4 +10,6 @@ struct error_table {
struct error_table *next;
};
const char *com_right(struct error_table *list, long code);
#endif /* __ERROR_H__ */

View File

@@ -10,4 +10,6 @@ struct error_table {
struct error_table *next;
};
const char *com_right(struct error_table *list, long code);
#endif /* __ERROR_H__ */