[phodav: 7/8] misc: missing avahi-common.h header guards



commit 01dc4e5942ebd8ad4faca0d1c77b41b3e8a676f7
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Thu Mar 5 13:03:16 2020 +0100

    misc: missing avahi-common.h header guards
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 bin/avahi-common.h | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/bin/avahi-common.h b/bin/avahi-common.h
index 16f286e..c3c82bd 100644
--- a/bin/avahi-common.h
+++ b/bin/avahi-common.h
@@ -15,7 +15,12 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __AVAHI_COMMON_H_
+#define __AVAHI_COMMON_H_
+
 #include <glib-object.h>
 
 gboolean avahi_client_start (const gchar *name, guint port, gboolean local, GError **error);
 void avahi_client_stop (void);
+
+#endif /* __AVAHI_COMMON_H_ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]