(util_print_flags,util_attribute_to_type,util_attribute_matches_flag): New prototypes.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -247,6 +247,10 @@ extern char *util_localname __P((void)); | ... | @@ -247,6 +247,10 @@ extern char *util_localname __P((void)); |
247 | 247 | ||
248 | extern int util_wcard_match __P((const char *string, const char *pattern, | 248 | extern int util_wcard_match __P((const char *string, const char *pattern, |
249 | const char *delim)); | 249 | const char *delim)); |
250 | void util_print_flags __P((attribute_t attr)); | ||
251 | int util_attribute_to_type __P((const char *item, int *type)); | ||
252 | int util_type_to_attribute __P((int type, char **attr_str)); | ||
253 | int util_attribute_matches_flag __P((attribute_t attr, const char *item)); | ||
250 | 254 | ||
251 | 255 | ||
252 | #ifdef __cplusplus | 256 | #ifdef __cplusplus | ... | ... |
-
Please register or sign in to post a comment