~ubuntu-branches/ubuntu/natty/globus-gss-assist/natty

« back to all changes in this revision

Viewing changes to globus_gss_assist.h

  • Committer: Bazaar Package Importer
  • Author(s): Mattias Ellert
  • Date: 2010-07-19 08:56:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100719085635-k01cwh94m7xofoq6
Tags: 5.9-1
* Update to Globus Toolkit 5.0.2
* Move client man pages to progs package

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * GSS Assist Header
21
21
 *
22
22
 * $RCSfile: globus_gss_assist.h,v $
23
 
 * $Revision: 1.13.14.1 $
 
23
 * $Revision: 1.13.14.2 $
24
24
 * $Date $
25
25
 */
26
26
#endif
368
368
 
369
369
 
370
370
 
 
371
/**
 
372
 * @brief Free array of distinguished names
 
373
 * @ingroup globus_gsi_gss_assist
 
374
 * @hideinitializer
 
375
 *
 
376
 * @details
 
377
 * Free the contents of a name array created during a successful call to
 
378
 * globus_gss_assist_lookup_all_globusid()
 
379
 *
 
380
 * @param dn_a
 
381
 *     Array of names to free.
 
382
 *
 
383
 * @retval void
 
384
 */
371
385
#define GlobusGssAssistFreeDNArray(dn_a)                    \
372
386
{                                                           \
373
387
    int __ctr = 0;                                          \