From: Adam Dickmeiss Date: Thu, 21 Feb 2008 10:15:12 +0000 (+0000) Subject: win32 export yaz_daemon X-Git-Tag: YAZ.3.0.26~5 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=b2e784850fc85ca61e06610756ebc54b19c59895;p=yaz-moved-to-github.git win32 export yaz_daemon --- diff --git a/include/yaz/daemon.h b/include/yaz/daemon.h index 981327d..9cd8c50 100644 --- a/include/yaz/daemon.h +++ b/include/yaz/daemon.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: daemon.h,v 1.1 2008-02-18 17:07:05 adam Exp $ */ +/* $Id: daemon.h,v 1.2 2008-02-21 10:15:12 adam Exp $ */ /** * \file daemon.h @@ -43,6 +43,7 @@ YAZ_BEGIN_CDECL #define YAZ_DAEMON_DEBUG 2 #define YAZ_DAEMON_KEEPALIVE 4 +YAZ_EXPORT int yaz_daemon(const char *progname, unsigned int flags, void (*work)(void *data), void *data,