TS-1996: Apply TS_DEPRECATED compiler annotation
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a955b080 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a955b080 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a955b080 Branch: refs/heads/5.0.x Commit: a955b08020c8179ca6997747f7bdf35b1204d251 Parents: 8ab00ff Author: James Peach <[email protected]> Authored: Thu Jan 9 12:51:09 2014 -0800 Committer: James Peach <[email protected]> Committed: Fri Jan 10 15:11:44 2014 -0800 ---------------------------------------------------------------------- proxy/api/ts/experimental.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a955b080/proxy/api/ts/experimental.h ---------------------------------------------------------------------- diff --git a/proxy/api/ts/experimental.h b/proxy/api/ts/experimental.h index 9fefb19..3d9a68a 100644 --- a/proxy/api/ts/experimental.h +++ b/proxy/api/ts/experimental.h @@ -192,8 +192,8 @@ extern "C" tsapi TS_DEPRECATED TSReturnCode TSHttpTxnCacheLookupSkip(TSHttpTxn txnp); /* TS-1996: These API swill be removed after v3.4.0 is cut. Do not use them! */ - tsapi TSReturnCode TSHttpTxnNewCacheLookupDo(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc url_loc); - tsapi TSReturnCode TSHttpTxnSecondUrlTryLock(TSHttpTxn txnp); + tsapi TS_DEPRECATED TSReturnCode TSHttpTxnNewCacheLookupDo(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc url_loc); + tsapi TS_DEPRECATED TSReturnCode TSHttpTxnSecondUrlTryLock(TSHttpTxn txnp); /**************************************************************************** * ??
