Added src/ui/terminal/automake.mk and src/ui/gui/automake.mk
[pspp-builds.git] / src / main.h
index 076882b92601f00d144f596226521369655458db..38554a0987beec83e26e5b329d7b59f0ff33af1b 100644 (file)
 
    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 !main_h
-#define main_h 1
+#if !MAIN_H
+#define MAIN_H 1
+
+#include <stdbool.h>
 
-extern char *pgmname;
-extern char curdate[];
 extern int start_interactive;
 extern int finished;
 
+void terminate (bool success);
+
 #endif /* main.h */