X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-in.h;h=9499f78cb0b669994dd0aba78744d9e57f60a33e;hb=64f58bbdab17e4a09b725e713f4f82f567f44076;hp=8720fbe1c2bd2cedfed51d65ebbe7714c4be1e15;hpb=180d764e86e0f3b2fd0e2bb613d790adcd5aceb0;p=pspp-builds.git diff --git a/src/data-in.h b/src/data-in.h index 8720fbe1..9499f78c 100644 --- a/src/data-in.h +++ b/src/data-in.h @@ -14,13 +14,14 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !data_in_h #define data_in_h 1 #include +#include #include "format.h" /* Flags. */ @@ -43,7 +44,7 @@ struct data_in struct fmt_spec format; /* Format specification to use. */ }; -int data_in (struct data_in *); +bool data_in (struct data_in *); void data_in_finite_line (struct data_in *di, const char *line, size_t len, int fc, int lc);