summaryrefslogtreecommitdiff
path: root/agent/candidate.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-04-20 15:44:16 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-04-20 15:44:16 -0400
commit52534c43be1fdc74cd15f64ba28b8e753c212b62 (patch)
treebae76b0c1b3acd084df468b0fc0221afc04b4214 /agent/candidate.h
parent96f86788283e358455cd23f4a87997c20a58f36e (diff)
downloadlibnice-52534c43be1fdc74cd15f64ba28b8e753c212b62.tar.gz
Prefix include guards
The include file names are very generic, at least make the guards a bit less generic. https://bugs.freedesktop.org/show_bug.cgi?id=90013
Diffstat (limited to 'agent/candidate.h')
-rw-r--r--agent/candidate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/candidate.h b/agent/candidate.h
index 3111a4d..5e0eaf3 100644
--- a/agent/candidate.h
+++ b/agent/candidate.h
@@ -37,8 +37,8 @@
* file under either the MPL or the LGPL.
*/
-#ifndef _CANDIDATE_H
-#define _CANDIDATE_H
+#ifndef __LIBNICE_CANDIDATE_H__
+#define __LIBNICE_CANDIDATE_H__
#include <glib.h>
#include <glib-object.h>
@@ -241,5 +241,5 @@ GType nice_candidate_get_type (void);
G_END_DECLS
-#endif /* _CANDIDATE_H */
+#endif /* __LIBNICE_CANDIDATE_H__ */