X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-qt%2Fqt-watch.h;h=a702a7615ee4ce53a1432b8fd6bd5e6fa1caceaf;hb=7f72e93ab47a02f3e3fe04a0ff72236dd27cc496;hp=f6447ab2748498b3a7a73084969e1967cd6f32db;hpb=082e9ffd0f25e1179bec188dd2accc109497a194;p=catta diff --git a/avahi-qt/qt-watch.h b/avahi-qt/qt-watch.h index f6447ab..a702a76 100644 --- a/avahi-qt/qt-watch.h +++ b/avahi-qt/qt-watch.h @@ -26,17 +26,15 @@ #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(void); +/** Setup abstract poll structure for integration with Qt main loop */ +const AvahiPoll* avahi_qt_poll_get(void) +#ifdef HAVE_VISIBILITY_HIDDEN +__attribute__ ((visibility("default"))) +#endif +; -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif #endif