Bug #78 ยป 0012-Rename-ruleload.h-multiplie-inclusion-guard.patch
| server/ruleset/ruleload.h | ||
|---|---|---|
|    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||
|    GNU General Public License for more details. | ||
| ***********************************************************************/ | ||
| #ifndef FC__RULESET_H | ||
| #define FC__RULESET_H | ||
| #ifndef FC__RULELOAD_H | ||
| #define FC__RULELOAD_H | ||
| #ifdef __cplusplus | ||
| extern "C" { | ||
| ... | ... | |
| } | ||
| #endif /* __cplusplus */ | ||
| #endif  /* FC__RULESET_H */ | ||
| #endif /* FC__RULELOAD_H */ | ||