/** -*- erwin-c -*- erwin - really simple html editor Copyright (C) 2002 Adrian Reber 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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 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 File: startup.h Description: startup functions Changes: 04 Jul 2002: created */ /* $Id: startup.h,v 1.6 2002/07/19 13:18:22 erwin Exp $ */ #ifndef ERWINSTART_H #define ERWINSTART_H void show_help (); void print_version (); char *parse_args (int *argc, char **argv); void sighandler (int i); void the_end (); void populate_recent (); #endif /* ERWINSTART_H */