X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fglob.h;h=77d51f6e2d5ee733ca4c3016382fa5098f75dd7b;hb=5a33cc6d78fe87ff5e9bd32ea4af3f895e4ad2fc;hp=254b3cdd7708b14c7ca5db5e2e6883dc91c8d406;hpb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;p=pspp-builds.git diff --git a/src/glob.h b/src/glob.h index 254b3cdd..77d51f6e 100644 --- a/src/glob.h +++ b/src/glob.h @@ -14,12 +14,15 @@ 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 !INCLUDED_GLOB_H #define INCLUDED_GLOB_H 1 void init_glob (int argc UNUSED, char **argv); +void done_glob (void); + +extern short test_mode; #endif /* glob.h */