]> git.meshlink.io Git - catta/commitdiff
libarry updates
authorLennart Poettering <lennart@poettering.net>
Sat, 7 May 2005 13:42:30 +0000 (13:42 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 7 May 2005 13:42:30 +0000 (13:42 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@59 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-core/avahi.h
avahi-core/rr.h

index bbb7873683b39b0c19a5992f91b250730b267642..750dee1eac84d9e56de4d48a6c5ef155ef16fa99 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef fooavahihfoo
-#define fooavahihfoo
+#ifndef foocorehfoo
+#define foocorehfoo
 
 /* $Id$ */
 
@@ -29,8 +29,8 @@ typedef struct _AvahiServer AvahiServer;
 typedef struct _AvahiEntry AvahiEntry;
 typedef struct _AvahiEntryGroup AvahiEntryGroup;
 
-#include "address.h"
-#include "rr.h"
+#include <avahi-core/address.h>
+#include <avahi-core/rr.h>
 
 typedef enum {
     AVAHI_ENTRY_NULL = 0,
index 2efb8504a72fb96aa4e3a391d7d275b54b26e3c8..ef267f2f4026e860d6aaa249a9f84b731552b9a1 100644 (file)
@@ -24,8 +24,8 @@
 
 #include <glib.h>
 
-#include "strlst.h"
-#include "address.h"
+#include <avahi-core/strlst.h>
+#include <avahi-core/address.h>
 
 enum {
     AVAHI_DNS_TYPE_A = 0x01,