X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fattributes.h;h=ab7b12e301730cdfcc12d67e3e4ff2312bd19cc8;hb=9c2001d5628f95d8f13f83ec8ae4f654e33f40bf;hp=61b68f116094c0451f704bd3785897a43099c6bd;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/data/attributes.h b/src/data/attributes.h index 61b68f1160..ab7b12e301 100644 --- a/src/data/attributes.h +++ b/src/data/attributes.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008, 2011 Free Software Foundation, Inc. + Copyright (C) 2008, 2011, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -65,6 +65,6 @@ struct attribute *attrset_first (const struct attrset *, struct attrset_iterator *); struct attribute *attrset_next (const struct attrset *, struct attrset_iterator *); - +struct attribute **attrset_sorted (const struct attrset *); #endif /* data/attributes.h */