X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=a8ba3c451e1d7621c5ec30627f1f959ca27621a6;hb=0efa0935594ec151c795e562a6614b3e45cbf22c;hp=b1606493a05f047afb1e8ecb0fdd0a5bbcbafcfe;hpb=40cb867549240e3c90a249e8e98d8abdeef29be2;p=paraslash.git diff --git a/afs.h b/afs.h index b1606493..a8ba3c45 100644 --- a/afs.h +++ b/afs.h @@ -239,7 +239,6 @@ int score_get_best(struct osl_row **aft_row, long *score); int get_score_and_aft_row(struct osl_row *score_row, long *score, struct osl_row **aft_row); int score_add(const struct osl_row *row, long score); int score_update(const struct osl_row *aft_row, long new_score); -int get_num_admissible_files(unsigned *num); int score_delete(const struct osl_row *aft_row); int clear_score_table(void); int row_belongs_to_score_table(const struct osl_row *aft_row, unsigned *rank);