A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
This commit is contained in:
parent
42cae1c6c9
commit
bb2dcaa057
572 changed files with 1708 additions and 1708 deletions
|
@ -71,8 +71,8 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#ifndef __NETFLOOD_H__
|
||||
#define __NETFLOOD_H__
|
||||
#ifndef NETFLOOD_H_
|
||||
#define NETFLOOD_H_
|
||||
|
||||
#include "net/queuebuf.h"
|
||||
#include "net/rime/ipolite.h"
|
||||
|
@ -105,6 +105,6 @@ void netflood_close(struct netflood_conn *c);
|
|||
|
||||
int netflood_send(struct netflood_conn *c, uint8_t seqno);
|
||||
|
||||
#endif /* __SIBC_H__ */
|
||||
#endif /* SIBC_H_ */
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue