X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.h;h=73c1a79b725683025bd886061c96f363ad31438b;hb=5b4ea0cf66dd82c871ed7d69a5801d78789087b2;hp=f2b3952a6605ba1ecb92463cdeaea93a2895ed84;hpb=d55484f4f722310f902184ce599d736e7489b67e;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index f2b3952..73c1a79 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2008 Index Data + Copyright (C) 2006-2009 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 @@ -39,8 +39,6 @@ int connection_prep_connection(struct connection *co, struct session *se); const char *connection_get_url(struct connection *co); void connection_release(struct connection *co); ZOOM_connection connection_get_link(struct connection *co); -ZOOM_resultset connection_get_resultset(struct connection *co); -void connection_set_resultset(struct connection *co, ZOOM_resultset rs); void connection_continue(struct connection *co); #endif @@ -48,7 +46,9 @@ void connection_continue(struct connection *co); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +