X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcaseproto.h;h=e6921888f58baf7e12332810f241f2ac0cc60b42;hb=06ac0c2d623e9ae54c3e22a2d6740219ab357b21;hp=1556efb5df1a947dacd1bc588c928f6fd70fbee5;hpb=771599745cfe2a306dc45f2f299b9bfbfa19601b;p=pspp diff --git a/src/data/caseproto.h b/src/data/caseproto.h index 1556efb5df..e6921888f5 100644 --- a/src/data/caseproto.h +++ b/src/data/caseproto.h @@ -99,11 +99,11 @@ struct caseproto *caseproto_insert_width (struct caseproto *, size_t before, int width) WARN_UNUSED_RESULT; struct caseproto *caseproto_remove_widths (struct caseproto *, - size_t idx, size_t cnt) + size_t idx, size_t n) WARN_UNUSED_RESULT; struct caseproto *caseproto_move_widths (struct caseproto *, size_t old_start, size_t new_start, - size_t cnt) + size_t n) WARN_UNUSED_RESULT; /* Working with "union value" arrays. */