Commit 8f1f2636 8f1f2636ce80345822d652de01a2fc80a97556e7 by Sergey Poznyakoff

(util_print_flags,util_attribute_to_type,util_attribute_matches_flag): New prototypes.

1 parent 08d86aef
...@@ -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
......