X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsort-prs.h;h=f2caf72343674dc1eb80ee2b12a0f01159f9cec3;hb=d7b5d9144738a5a8989d45a01f4e458a78b68c0b;hp=b2c1e54fa0f69c709344faab7eca3968f8665808;hpb=4de79b34b329d1da6cdeb145993d3efd911e2967;p=pspp diff --git a/src/sort-prs.h b/src/sort-prs.h index b2c1e54fa0..f2caf72343 100644 --- a/src/sort-prs.h +++ b/src/sort-prs.h @@ -27,7 +27,7 @@ struct variable; struct dictionary; struct sort_criteria *sort_parse_criteria (const struct dictionary *, - struct variable ***, int *, + struct variable ***, size_t *, bool *saw_direction, const int *terminators );