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
|
@ -56,8 +56,8 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#ifndef __RUDOLPH1_H__
|
||||
#define __RUDOLPH1_H__
|
||||
#ifndef RUDOLPH1_H_
|
||||
#define RUDOLPH1_H_
|
||||
|
||||
#include "net/rime/trickle.h"
|
||||
#include "net/rime/ipolite.h"
|
||||
|
@ -96,6 +96,6 @@ void rudolph1_close(struct rudolph1_conn *c);
|
|||
void rudolph1_send(struct rudolph1_conn *c, clock_time_t send_interval);
|
||||
void rudolph1_stop(struct rudolph1_conn *c);
|
||||
|
||||
#endif /* __RUDOLPH1_H__ */
|
||||
#endif /* RUDOLPH1_H_ */
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue