Export annotations for com_right.h

This commit is contained in:
Asanka C. Herath
2010-11-09 15:40:11 -05:00
parent 70c3a1c209
commit f51ded7f34
2 changed files with 15 additions and 8 deletions

View File

@@ -46,7 +46,7 @@
#define dgettext(d,s) (s)
#endif
const char *
KRB5_LIB_FUNCTION const char * KRB5_LIB_CALL
com_right(struct et_list *list, long code)
{
struct et_list *p;
@@ -56,7 +56,7 @@ com_right(struct et_list *list, long code)
return NULL;
}
const char *
KRB5_LIB_FUNCTION const char * KRB5_LIB_CALL
com_right_r(struct et_list *list, long code, char *str, size_t len)
{
struct et_list *p;
@@ -79,7 +79,7 @@ struct foobar {
struct error_table et;
};
void
KRB5_LIB_FUNCTION void KRB5_LIB_CALL
initialize_error_table_r(struct et_list **list,
const char **messages,
int num_errors,
@@ -103,7 +103,7 @@ initialize_error_table_r(struct et_list **list,
}
void
KRB5_LIB_FUNCTION void KRB5_LIB_CALL
free_error_table(struct et_list *et)
{
while(et){