X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-qt%2Fqt-watch.h;h=0a3476dff291cccd022b8559b8e2c4fd4ae847a3;hb=aa157bc129efe89e13972c40a283df9a3ca46480;hp=05b5010c7e7c7709cde64fcc5e9202be9840dc35;hpb=520f6eb0e117cc9010a307cf1ec9237188e663ee;p=catta diff --git a/avahi-qt/qt-watch.h b/avahi-qt/qt-watch.h index 05b5010..0a3476d 100644 --- a/avahi-qt/qt-watch.h +++ b/avahi-qt/qt-watch.h @@ -1,6 +1,8 @@ #ifndef QAVAHI_H #define QAVAHI_H +/* $Id$ */ + /*** This file is part of avahi. @@ -20,21 +22,15 @@ USA. ***/ +/** \file qt-watch.h Qt main loop adapter */ + #include -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif - -/** -Setup abstract poll structure for integration with Qt main loop */ -const AvahiPoll* avahi_qt_poll_get(); +/** Setup abstract poll structure for integration with Qt main loop */ +const AvahiPoll* avahi_qt_poll_get(void); -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif - - #endif