X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fsnippet.h;h=e4cb07f9bfc8219aefd4556720db6e0c55e9a44d;hp=6e527d009876332e5a57f346af69f348faaf7023;hb=5a8a42bede922e70156e7b289db071592c71529b;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e diff --git a/include/idzebra/snippet.h b/include/idzebra/snippet.h index 6e527d0..e4cb07f 100644 --- a/include/idzebra/snippet.h +++ b/include/idzebra/snippet.h @@ -1,5 +1,5 @@ -/* $Id: snippet.h,v 1.5 2006-05-10 08:13:20 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: snippet.h,v 1.8 2007-01-15 20:08:24 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef IDZEBRA_SNIPPET_H @@ -39,7 +39,7 @@ typedef struct zebra_snippets zebra_snippets; typedef struct zebra_snippet_word zebra_snippet_word; YAZ_EXPORT -zebra_snippets *zebra_snippets_create(); +zebra_snippets *zebra_snippets_create(void); YAZ_EXPORT void zebra_snippets_destroy(zebra_snippets *l);