diff options
author | Alexandra Ellwood <lxs@mit.edu> | 2007-09-10 21:30:37 +0000 |
---|---|---|
committer | Alexandra Ellwood <lxs@mit.edu> | 2007-09-10 21:30:37 +0000 |
commit | 58e67b6118a87b48b0edfb65250af6d7ab647ffb (patch) | |
tree | e9a8ce9421b27e85fd33cfaf3d44211eb59150a7 /doc/ccapi/html/group__helper__macros.html | |
parent | 4182dad8cdb97b033d4e97a7a213e65a8ca04088 (diff) | |
download | krb5-58e67b6118a87b48b0edfb65250af6d7ab647ffb.tar.gz krb5-58e67b6118a87b48b0edfb65250af6d7ab647ffb.tar.xz krb5-58e67b6118a87b48b0edfb65250af6d7ab647ffb.zip |
Fixed macro for cc_ccache_unlock and updated documentation
ticket: 4644
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19930 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/ccapi/html/group__helper__macros.html')
-rw-r--r-- | doc/ccapi/html/group__helper__macros.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/ccapi/html/group__helper__macros.html b/doc/ccapi/html/group__helper__macros.html index add1dab6a..30f19568c 100644 --- a/doc/ccapi/html/group__helper__macros.html +++ b/doc/ccapi/html/group__helper__macros.html @@ -33,7 +33,7 @@ <li>#define <a class="el" href="group__helper__macros.html#ga1bbc05414ad4c17cea9cd5e5c50c7cc">cc_ccache_remove_credentials</a>(ccache, credentials) ((ccache) -> functions -> remove_credentials (ccache, credentials)) <li>#define <a class="el" href="group__helper__macros.html#g893b31c419e71c2f528781d3036fa3ff">cc_ccache_new_credentials_iterator</a>(ccache, iterator) ((ccache) -> functions -> new_credentials_iterator (ccache, iterator)) <li>#define <a class="el" href="group__helper__macros.html#gb8c2624719ee1c4be5f1b1bc4844f0cc">cc_ccache_lock</a>(ccache, type, block) ((ccache) -> functions -> lock (ccache, type, block)) -<li>#define <a class="el" href="group__helper__macros.html#gc98101af7822d1c3d5612723140ea960">cc_ccache_unlock</a>(ccache, unlock) ((ccache) -> functions -> unlock (ccache, unlock)) +<li>#define <a class="el" href="group__helper__macros.html#ge9b13c950cb6ee636c4a73d6c569a811">cc_ccache_unlock</a>(ccache) ((ccache) -> functions -> unlock (ccache)) <li>#define <a class="el" href="group__helper__macros.html#g884b0c60718fa1057574a3cd844e96ee">cc_ccache_get_last_default_time</a>(ccache, last_default_time) ((ccache) -> functions -> get_last_default_time (ccache, last_default_time)) <li>#define <a class="el" href="group__helper__macros.html#gb19ef7d2b1bcfb474e18e157fb3bc9c6">cc_ccache_get_change_time</a>(ccache, change_time) ((ccache) -> functions -> get_change_time (ccache, change_time)) <li>#define <a class="el" href="group__helper__macros.html#ge1238f80c37ae89486f2ba29bcbcae38">cc_ccache_move</a>(source, destination) ((source) -> functions -> move (source, destination)) @@ -626,20 +626,17 @@ Helper macro for <a class="el" href="structcc__ccache__f.html">cc_ccache_f</a> n Helper macro for <a class="el" href="structcc__ccache__f.html">cc_ccache_f</a> lock() </div> </div><p> -<a class="anchor" name="gc98101af7822d1c3d5612723140ea960"></a><!-- doxytag: member="CredentialsCache.h::cc_ccache_unlock" ref="gc98101af7822d1c3d5612723140ea960" args="(ccache, unlock)" --> +<a class="anchor" name="ge9b13c950cb6ee636c4a73d6c569a811"></a><!-- doxytag: member="CredentialsCache.h::cc_ccache_unlock" ref="ge9b13c950cb6ee636c4a73d6c569a811" args="(ccache)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define cc_ccache_unlock </td> <td>(</td> - <td class="paramtype">ccache, <tr> - <td class="paramkey"></td> - <td></td> - <td class="paramtype">unlock </td> + <td class="paramtype">ccache </td> <td class="paramname"> </td> <td> ) </td> - <td width="100%"> ((ccache) -> functions -> unlock (ccache, unlock))</td> + <td width="100%"> ((ccache) -> functions -> unlock (ccache))</td> </tr> </table> </div> @@ -1037,7 +1034,7 @@ Helper macro for <a class="el" href="structcc__credentials__iterator__f.html">cc Helper macro for <a class="el" href="structcc__credentials__iterator__f.html">cc_credentials_iterator_f</a> clone() </div> </div><p> -<hr size="1"><address style="text-align: right;"><small>Generated on Thu Aug 23 12:45:25 2007 for Credentials Cache API by +<hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 10 17:00:32 2007 for Credentials Cache API by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> </body> |