Repository: trafficserver Updated Branches: refs/heads/master f351ed2cf -> e15e76e8b
Fix apidefs.h header guards Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e15e76e8 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e15e76e8 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e15e76e8 Branch: refs/heads/master Commit: e15e76e8b3251ff03b08e717c5cb8a428a181c11 Parents: f351ed2 Author: James Peach <[email protected]> Authored: Thu Dec 11 15:11:52 2014 -0800 Committer: James Peach <[email protected]> Committed: Thu Dec 11 15:11:58 2014 -0800 ---------------------------------------------------------------------- lib/ts/apidefs.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e15e76e8/lib/ts/apidefs.h.in ---------------------------------------------------------------------- diff --git a/lib/ts/apidefs.h.in b/lib/ts/apidefs.h.in index 93f473f..b377f02 100644 --- a/lib/ts/apidefs.h.in +++ b/lib/ts/apidefs.h.in @@ -28,8 +28,8 @@ */ -#ifndef __TS_TYPES_H__ -#define __TS_TYPES_H__ +#ifndef __TS_APIDEFS_H__ +#define __TS_APIDEFS_H__ /* * ATS Plugin just needs to include <ts/ts.h>, @@ -1180,4 +1180,4 @@ extern "C" } #endif /* __cplusplus */ -#endif /* __TS_TYPES_H__ */ +#endif /* __TS_APIDEFS_H__ */
