diff options
Diffstat (limited to 'agent/interfaces.h')
-rw-r--r-- | agent/interfaces.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/interfaces.h b/agent/interfaces.h index cb76626..50c627e 100644 --- a/agent/interfaces.h +++ b/agent/interfaces.h @@ -22,8 +22,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __INTERFACES_H__ -#define __INTERFACES_H__ +#ifndef __LIBNICE_INTERFACES_H__ +#define __LIBNICE_INTERFACES_H__ /** * SECTION:interfaces @@ -79,4 +79,4 @@ GList * nice_interfaces_get_local_interfaces (void); G_END_DECLS -#endif +#endif /* __LIBNICE_INTERFACES_H__ */ |