Export annotations for com_right.h
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user