X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2.h;h=ff005ee64e560c648174914aa934de0918a37768;hb=1853168ac9b85627a95a8067ef5c6cdc9f82b16d;hp=c74b5fedac0aa4616adda320c373d73f5590fb6d;hpb=7a99aea06e5d23ce1320c4e3a368543c6a7ab1e4;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.h b/src/pazpar2.h index c74b5fe..ff005ee 100644 --- a/src/pazpar2.h +++ b/src/pazpar2.h @@ -1,4 +1,4 @@ -/* $Id: pazpar2.h,v 1.37 2007-06-06 11:49:48 marc Exp $ +/* $Id: pazpar2.h,v 1.38 2007-06-08 13:57:19 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -175,6 +175,10 @@ struct record *ingest_record(struct client *cl, Z_External *rec, void session_alert_watch(struct session *s, int what); void pull_terms(NMEM nmem, struct ccl_rpn_node *n, char **termlist, int *num); +int pazpar2_process(int debug, int flags, + void (*work)(void *data), void *data, + const char *pidfile, const char *uid); + #endif /*