"Fossies" - the Fresh Open Source Software archive 
Member "sitecopy-0.16.6/gnome/init.h" of archive sitecopy-0.16.6.tar.gz:
/*
* XSitecopy, for managing remote web sites with a GNOME interface.
* Copyright (C) 2000, Lee Mallabone <lee@fonicmonkey.net>
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
#include <gnome.h>
#include <unistd.h>
#include <sys/stat.h>
#include "config.h"
#include "misc.h"
#include "operations.h"
#include "resynch.h"
#include "new_site.h"
#include "rcfile.h"
#include "common.h"
int create_about(void);
int create_main_window(void);
int xsitecopy_read_configuration(void);