worker-pool.h revision df26373d0aa3cb208da213fce32e2abc5d97f90b
#ifndef WORKER_POOL_H
#define WORKER_POOL_H
#include "indexer.h"
struct worker_connection;
struct worker_pool *
struct worker_connection **conn_r);
struct worker_connection *conn);
struct worker_connection *
const char *username);
#endif