[sr-dev] git:master:9053c70f: auth_diameter: use file specific include guard

Daniel-Constantin Mierla miconda at gmail.com
Mon May 18 08:25:29 CEST 2020


Module: kamailio
Branch: master
Commit: 9053c70fe7e147b784c53a57014796282701c74d
URL: https://github.com/kamailio/kamailio/commit/9053c70fe7e147b784c53a57014796282701c74d

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-05-17T10:01:00+02:00

auth_diameter: use file specific include guard

---

Modified: src/modules/auth_diameter/diameter_msg.h

---

Diff:  https://github.com/kamailio/kamailio/commit/9053c70fe7e147b784c53a57014796282701c74d.diff
Patch: https://github.com/kamailio/kamailio/commit/9053c70fe7e147b784c53a57014796282701c74d.patch

---

diff --git a/src/modules/auth_diameter/diameter_msg.h b/src/modules/auth_diameter/diameter_msg.h
index 7ab5a8c383..e8e7eea875 100644
--- a/src/modules/auth_diameter/diameter_msg.h
+++ b/src/modules/auth_diameter/diameter_msg.h
@@ -13,15 +13,15 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 
 
-#ifndef _AAA_DIAMETER_MSG_H
-#define _AAA_DIAMETER_MSG_H
+#ifndef _AUTH_DIAM_MESSAGE_H_
+#define _AUTH_DIAM_MESSAGE_H_
 
 #include "../../core/str.h"
 #include "../../core/mem/mem.h"




More information about the sr-dev mailing list