replace 'ifndef define' to 'pragam once'
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _L2TP_UTILS_H
|
||||
#define _L2TP_UTILS_H
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
@@ -260,5 +259,3 @@ static inline int l2tp_hdr_to_str(const struct l2tp_hdr *hdr, char *buf, size_t
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user