X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fgroup_proc.h;h=9132ef95ffd794c0efec9ce852ff18185ad32933;hb=0ef6ac022673935ef842a1059aad45b89d59f025;hp=af1b97580748147a95fbd81e1e968906febabe8b;hpb=c33f6387da9826d640ef1f21068bf5c94055ba77;p=pspp diff --git a/src/group_proc.h b/src/group_proc.h index af1b975807..9132ef95ff 100644 --- a/src/group_proc.h +++ b/src/group_proc.h @@ -16,8 +16,8 @@ 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. */ #ifndef GROUP_DATA_H #define GROUP_DATA_H @@ -45,4 +45,7 @@ struct group_proc }; +struct variable; +struct group_proc *group_proc_get (struct variable *); + #endif