]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
Simplify row_belongs_to_score_table().
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 1c54a1bdc9a820fd2801a740432b4098deccd2f2..52aad791be3b33df12100ad4ce1b694170837baa 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -241,7 +241,7 @@ int score_add(const struct osl_row *row, long score);
 int score_update(const struct osl_row *aft_row, long new_score);
 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);
+bool row_belongs_to_score_table(const struct osl_row *aft_row);
 
 /* attribute */
 void attribute_init(struct afs_table *t);