X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=7971408796df4f830543df872ca7cbfa92396ea9;hb=9d1f467a2e9c2b8d9b85822c538fc6474c0aa46e;hp=8697ba054fdca3c4efe01c0c5bb092af96d29802;hpb=ef0a61b93862f0bbb99b88f2d4460ad75509c814;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 8697ba0..7971408 100644 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 2006-2012 Index Data Pazpar2 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 @@ -45,7 +45,8 @@ int client_show_raw_begin(struct client *cl, int position, void (*error_handler)(void *data, const char *addinfo), void (*record_handler)(void *data, const char *buf, size_t sz), - int binary); + int binary, + const char *nativesyntax); void client_show_raw_remove(struct client *cl, void *rr);