diff -u -r -N abiword-2.6.0.orig/src/wp/main/unix/libabiword.h abiword-2.6.0/src/wp/main/unix/libabiword.h --- abiword-2.6.0.orig/src/wp/main/unix/libabiword.h 1970-01-01 01:00:00.000000000 +0100 +++ abiword-2.6.0/src/wp/main/unix/libabiword.h 2008-03-25 18:19:02.000000000 +0100 @@ -0,0 +1,37 @@ +/* The AbiWord library + * + * Copyright (C) 2006 Robert Staudinger + * + * 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. + */ + +#ifndef LIBABIWORD_H +#define LIBABIWORD_H + +#include +#include +#include + +G_BEGIN_DECLS + +void libabiword_init (int argc, const char **argv); +/* used by the python binding, e.g. */ +void libabiword_init_noargs (); +void libabiword_shutdown (); + +G_END_DECLS + +#endif /* LIBABIWORD_H */