X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fdata-in.h;h=6540004d2333921560c7437e83c42e78323c9469;hb=refs%2Fheads%2Fctables7;hp=ceb023e99887a75028a7a6cf3c764face86357f0;hpb=3da49359c52cb783db907cc197847bbd5e721c97;p=pspp diff --git a/src/data/data-in.h b/src/data/data-in.h index ceb023e998..6540004d23 100644 --- a/src/data/data-in.h +++ b/src/data/data-in.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006, 2010 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2010, 2011 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 @@ -19,21 +19,21 @@ #include #include "data/format.h" -#include "libpspp/legacy-encoding.h" #include "libpspp/str.h" union value; struct dictionary; char *data_in (struct substring input, const char *input_encoding, - enum fmt_type, + enum fmt_type, const struct fmt_settings *, union value *output, int width, const char *output_encoding); bool data_in_msg (struct substring input, const char *input_encoding, - enum fmt_type, + enum fmt_type, const struct fmt_settings *, union value *output, int width, const char *output_encoding); void data_in_imply_decimals (struct substring input, const char *encoding, - enum fmt_type format, int d, union value *output); + enum fmt_type format, int d, + const struct fmt_settings *, union value *output); #endif /* data/data-in.h */