Moved oid from odr/asn to util.
[yaz-moved-to-github.git] / include / backend.h
index a7c7bf5..78d670a 100644 (file)
 #define BACKEND_H
 
 #include <proto.h>
+#include <statserv.h>
 
 typedef struct bend_initrequest
 {
     char *configname;
+    Z_IdAuthentication *auth;
 } bend_initrequest;
 
 typedef struct bend_initresult