Smallish
[yaz-moved-to-github.git] / include / backend.h
index 73f40e2..e7ef944 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef BACKEND_H
 #define BACKEND_H
 
+#include <yconfig.h>
 #include <proto.h>
 #include <statserv.h>
 
@@ -44,7 +45,7 @@ typedef struct bend_initresult
     void *handle;              /* private handle to the backend module */
 } bend_initresult;
 
-bend_initresult *bend_init(bend_initrequest *r);
+bend_initresult MDF *bend_init(bend_initrequest *r);   
 
 typedef struct bend_searchrequest
 {