X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.h;h=92e66b3a9430677cce7adf5e8cb43e36cf05fc9d;hb=52c54183e360053b1845e46cb96cd44a0cf96040;hp=d05e4436215b8d17a76507bcf9cda3be2da77186;hpb=2ca3267c1110bbff675c560b19d02defb96ee2f9;p=pspp diff --git a/src/data/format.h b/src/data/format.h index d05e443621..92e66b3a94 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 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 @@ -105,6 +105,9 @@ void fmt_fix_output (struct fmt_spec *); void fmt_change_width (struct fmt_spec *, int width, enum fmt_use); void fmt_change_decimals (struct fmt_spec *, int decimals, enum fmt_use); +unsigned int fmt_to_uint (const struct fmt_spec *); +bool fmt_from_uint (struct fmt_spec *, unsigned int); + /* Format types. */ bool is_fmt_type (enum fmt_type);