X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpsql-reader.h;h=685d19a9183f36353f45b036c014bb0e07d5ed66;hb=e0cbdf0daefcca81be9572aab0deedf945687f5a;hp=2811daa5f7bcacab52e7520a7fb8901b3eb66253;hpb=89a1e7f479414c1a2345e33210d69e91e61b33ac;p=pspp diff --git a/src/data/psql-reader.h b/src/data/psql-reader.h index 2811daa5f7..685d19a918 100644 --- a/src/data/psql-reader.h +++ b/src/data/psql-reader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 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 @@ -18,14 +18,14 @@ #define PSQL_READER_H 1 #include -#include +#include "libpspp/str.h" struct casereader; struct psql_read_info { char *conninfo ; - struct string sql; + char * sql; bool allow_clear; int str_width; int bsize;