From fcc9b0efe1accdb0edcb3143a8e15782e69383db Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 14 Aug 2005 02:33:41 +0000 Subject: * doxygen documentation updates * make AvahiPoll objects const * make poll() functions pluggable in AvahiSimplePoll git-svn-id: file:///home/lennart/svn/public/avahi/trunk@314 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/timeeventq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/timeeventq.h') diff --git a/avahi-core/timeeventq.h b/avahi-core/timeeventq.h index b99c81f..5705eb9 100644 --- a/avahi-core/timeeventq.h +++ b/avahi-core/timeeventq.h @@ -33,7 +33,7 @@ typedef struct AvahiTimeEvent AvahiTimeEvent; typedef void (*AvahiTimeEventCallback)(AvahiTimeEvent *e, void* userdata); -AvahiTimeEventQueue* avahi_time_event_queue_new(AvahiPoll *poll_api); +AvahiTimeEventQueue* avahi_time_event_queue_new(const AvahiPoll *poll_api); void avahi_time_event_queue_free(AvahiTimeEventQueue *q); AvahiTimeEvent* avahi_time_event_new( -- cgit