X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsession.h;h=8b20b0019b8ea7181796fcffab3e547eea99dced;hb=3b07fccffef73bba4bb1839fced20554df75901e;hp=b61c3946772ca8af99653f289d0bd05f4a72aa42;hpb=a352ef204364d7b21036777ea40d6fa6046bae5f;p=pspp diff --git a/src/data/session.h b/src/data/session.h index b61c394677..8b20b0019b 100644 --- a/src/data/session.h +++ b/src/data/session.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2010, 2011, 2012, 2013 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 @@ -21,7 +21,7 @@ struct dataset; -struct session *session_create (void); +struct session *session_create (struct session *parent); void session_destroy (struct session *); struct dataset *session_active_dataset (struct session *);