summaryrefslogtreecommitdiffstats
path: root/avahi-core/subscribe.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-05-07 13:57:19 +0000
committerLennart Poettering <lennart@poettering.net>2005-05-07 13:57:19 +0000
commitc526a85bcdb32f84e6ade05ce647a431f6a07c10 (patch)
treec4a80ea4571bd4213c4c4e5c62abe39b0114c730 /avahi-core/subscribe.h
parent6f87f1b86b2a2232f0c9fa7b3fa516410bb38995 (diff)
remove _ prefix from structure name (for doxygen)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@64 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/subscribe.h')
-rw-r--r--avahi-core/subscribe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/subscribe.h b/avahi-core/subscribe.h
index 807e79e..0290085 100644
--- a/avahi-core/subscribe.h
+++ b/avahi-core/subscribe.h
@@ -28,7 +28,7 @@
#include "timeeventq.h"
#include "server.h"
-struct _AvahiSubscription {
+struct AvahiSubscription {
AvahiServer *server;
AvahiKey *key;
gint interface;