X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv%2Fspv-select.h;h=b2a1e0e7c8a149284ceab825a2d718d0bed21586;hb=e552b78ccafd962fc00c1092bd7e22ed6676d527;hp=b8bcd98e4e03d0743bfd3125b9e4b8cb8fcc0c72;hpb=50f6ea7d66d03895020891215fb4f55bbf061003;p=pspp diff --git a/src/output/spv/spv-select.h b/src/output/spv/spv-select.h index b8bcd98e4e..b2a1e0e7c8 100644 --- a/src/output/spv/spv-select.h +++ b/src/output/spv/spv-select.h @@ -52,6 +52,11 @@ struct spv_criteria struct spv_criteria_match include; struct spv_criteria_match exclude; + /* Include objects under commands with indexes listed in COMMANDS. Indexes + are 1-based. Everything is included if N_COMMANDS is 0. */ + size_t *commands; + size_t n_commands; + /* Include XML and binary member names that match (except that everything is included by default if empty). */ struct string_array members; @@ -69,5 +74,4 @@ void spv_select (const struct spv_reader *, const struct spv_criteria[], size_t n_criteria, struct spv_item ***items, size_t *n_items); - #endif /* output/spv/spv-select.h */