Skip to content

Commit

Permalink
[SQUASH ME] add c++ guards
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 9, 2015
1 parent 32504d4 commit 9602e72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sys/include/net/ng_netreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
#include "kernel_types.h"
#include "net/ng_nettype.h"

#ifdef __cplusplus
extern "C" {
#endif

/**
* @brief Number of maximum entries to @ref ng_netreg
* @def NG_NETREG_SIZE
Expand Down Expand Up @@ -120,5 +124,9 @@ int ng_netreg_num(ng_netreg_entry_t *entry);
*/
ng_netreg_entry_t *ng_netreg_getnext(ng_netreg_entry_t *entry);

#ifdef __cplusplus
}
#endif

#endif /* NETREG_H_ */
/** @} */

0 comments on commit 9602e72

Please sign in to comment.