X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=59c887a098d42bca85ee377d94a05b36fbb20e62;hb=0b5c29fae8853bac16b91503df70b0e101dccca4;hp=a6394fa6b512364e6c4658361687d85a5eb32520;hpb=1f33eda05b3e96b32817a133287bcfc5e99ed6b4;p=paraslash.git diff --git a/afs.h b/afs.h index a6394fa6..59c887a0 100644 --- a/afs.h +++ b/afs.h @@ -225,6 +225,8 @@ int send_callback_request(afs_callback *f, struct osl_object *query, int send_lls_callback_request(afs_callback *f, const struct lls_command * const cmd, struct lls_parse_result *lpr, void *private_result_data); +__printf_2_3 void afs_error(const struct afs_callback_arg *aca, + const char *fmt,...); int string_compare(const struct osl_object *obj1, const struct osl_object *obj2); int for_each_matching_row(struct pattern_match_data *pmd);