#ifndef WS_PG_INIT_H
#define WS_PG_INIT_H
#include "../../public/nsapi.h"
#include <libpq-fe.h>
#ifdef __cplusplus
extern "C" {
#endif
int pg_init(pblock *pb, Session *sn, Request *Rq);
int pg_register_vfs(pblock *pb);
int pg_register_webdav_backend(pblock *pb);
#ifdef __cplusplus
}
#endif
#endif