Changed all the licence notices in all the files.
[pspp] / src / glob.h
index 91b702779126fea09788a21f5096e637fffc002c..77d51f6e2d5ee733ca4c3016382fa5098f75dd7b 100644 (file)
@@ -14,8 +14,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. */
 
 #if !INCLUDED_GLOB_H
 #define INCLUDED_GLOB_H 1
@@ -23,4 +23,6 @@
 void init_glob (int argc UNUSED, char **argv);
 void done_glob (void);
 
+extern short test_mode;
+
 #endif /* glob.h */