summaryrefslogtreecommitdiff
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 74f1538133..804ca5f039 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -33,8 +33,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef VOIP_CALLS_H_INCLUDED
-#define VOIP_CALLS_H_INCLUDED
+#ifndef __VOIP_CALLS_H__
+#define __VOIP_CALLS_H__
#include <glib.h>
#include <stdio.h>
@@ -294,4 +294,4 @@ void voip_calls_reset(voip_calls_tapinfo_t *tapinfo);
void graph_analysis_data_init(void);
-#endif /*VOIP_CALLS_H_INCLUDED*/
+#endif /* __VOIP_CALLS_H__ */