pxd: initial work
[pspp] / src / data / format.h
index d05e4436215b8d17a76507bcf9cda3be2da77186..92e66b3a9430677cce7adf5e8cb43e36cf05fc9d 100644 (file)
@@ -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);