summaryrefslogtreecommitdiff
path: root/pjnath/include
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/include')
-rw-r--r--pjnath/include/pjnath/ice_session.h6
-rw-r--r--pjnath/include/pjnath/ice_strans.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/pjnath/include/pjnath/ice_session.h b/pjnath/include/pjnath/ice_session.h
index aaa07ae6..5084c318 100644
--- a/pjnath/include/pjnath/ice_session.h
+++ b/pjnath/include/pjnath/ice_session.h
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef __PJNATH_ICE_SOCK_H__
-#define __PJNATH_ICE_SOCK_H__
+#ifndef __PJNATH_ICE_SESSION_H__
+#define __PJNATH_ICE_SESSION_H__
/**
* @file ice_session.h
@@ -750,5 +750,5 @@ PJ_DECL(pj_status_t) pj_ice_sess_on_rx_pkt(pj_ice_sess *ice,
PJ_END_DECL
-#endif /* __PJNATH_ICE_SOCK_H__ */
+#endif /* __PJNATH_ICE_SESSION_H__ */
diff --git a/pjnath/include/pjnath/ice_strans.h b/pjnath/include/pjnath/ice_strans.h
index c145b277..ba9d669a 100644
--- a/pjnath/include/pjnath/ice_strans.h
+++ b/pjnath/include/pjnath/ice_strans.h
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef __PJNATH_ICE_STREAM_TRANSPORT_H__
-#define __PJNATH_ICE_STREAM_TRANSPORT_H__
+#ifndef __PJNATH_ICE_STRANS_H__
+#define __PJNATH_ICE_STRANS_H__
/**
@@ -587,5 +587,5 @@ PJ_END_DECL
-#endif /* __PJNATH_ICE_STREAM_TRANSPORT_H__ */
+#endif /* __PJNATH_ICE_STRANS_H__ */