X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcaseproto.h;h=e6921888f58baf7e12332810f241f2ac0cc60b42;hb=b525a9596e60d5ae4c6c464b4a426b77ade3dd72;hp=1556efb5df1a947dacd1bc588c928f6fd70fbee5;hpb=89c05dfe33f9542e60e66dd383f7a514849b5947;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. */