X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.c;h=8c7d3abbbc76f576b68d4850f5ed7fab615efeed;hb=9748d1f21b8a1c8c6f14ef9384c0e4fdb2d41585;hp=f2963a1b0f954468d1422177ab9d457cc2fd019a;hpb=3576736bac485d8f04b2fc4f6b5cfcef7576d741;p=yaz-moved-to-github.git diff --git a/src/eventl.c b/src/eventl.c index f2963a1..8c7d3ab 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: eventl.c,v 1.17 2007-11-30 11:44:47 adam Exp $ */ /** @@ -31,6 +29,7 @@ #include #include #include +#include #include "eventl.h" #include "session.h" #include @@ -217,6 +216,7 @@ int iochan_event_loop(IOCHAN *iochans) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab