~ubuntu-branches/ubuntu/saucy/globus-gass-copy/saucy

« back to all changes in this revision

Viewing changes to globus_gass_copy.h

  • Committer: Bazaar Package Importer
  • Author(s): Mattias Ellert
  • Date: 2011-02-26 07:44:49 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110226074449-8v0zrl4n9s7ckqtd
Tags: 5.10-1
Update to Globus Toolkit 5.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
708
708
    char *                              cksm);
709
709
 
710
710
globus_result_t
 
711
globus_gass_copy_cksm_async(
 
712
    globus_gass_copy_handle_t *         handle,
 
713
    char *                              url,
 
714
    globus_gass_copy_attr_t *           attr,
 
715
    globus_off_t                        offset,
 
716
    globus_off_t                        length,
 
717
    const char *                        algorithm,
 
718
    char *                              cksm,
 
719
    globus_gass_copy_callback_t         callback,
 
720
    void *                              callback_arg);
 
721
 
 
722
globus_result_t
711
723
globus_gass_copy_stat(
712
724
    globus_gass_copy_handle_t *         handle,
713
725
    char *                              url,