forked from iputils/iputils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
various: add header guards [lgtm scan]
Reference: https://lgtm.com/projects/g/iputils/iputils/?mode=list Signed-off-by: Sami Kerola <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ | |
* Author: | ||
* YOSHIFUJI Hideaki <[email protected]> | ||
*/ | ||
#ifndef IPUTILS_NINFOD_H | ||
#define IPUTILS_NINFOD_H | ||
|
||
/* definitions */ | ||
#define NINFOD "ninfod" | ||
|
@@ -118,3 +120,4 @@ int pr_nodeinfo_ipv4addr(CHECKANDFILL_ARGS); | |
void init_nodeinfo_nodename(INIT_ARGS); | ||
int pr_nodeinfo_nodename(CHECKANDFILL_ARGS); | ||
|
||
#endif /* IPUTILS_NINFOD_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters