IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2005, 6:36:40 PM (22 years ago)
Author:
jhoblitt
Message:

fix segfault in idataParseURI
add idataCopyFile & idataCopyFilehandle
partial implementation of idataReplicate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/idataclient.h

    r2934 r2954  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: idataclient.h,v 1.2 2005-01-08 00:57:59 jhoblitt Exp $
     6 * $Id: idataclient.h,v 1.3 2005-01-11 04:36:40 jhoblitt Exp $
    77 */
    88
     
    4949
    5050void idataFree(void *ptr);
     51
     52int idataCopyFile(char *source, char *dest);
     53
     54int idataCopyFilehandle(int sourceFH, int destFH);
Note: See TracChangeset for help on using the changeset viewer.