IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 11:41:03 AM (21 years ago)
Author:
jhoblitt
Message:

change nebReplicate() to return bool
change nebReplicate() params key & volume to be const
change nebReplicate() to probably actually work

File:
1 edited

Legend:

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

    r4460 r4465  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.8 2005-07-06 04:12:50 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.9 2005-07-06 21:41:03 jhoblitt Exp $
    77 */
    88
     
    2424int nebCreate(nebServer *server, char *key, unsigned int class, char *volume, char *comment, char **URI);
    2525
    26 int nebReplicate(nebServer *server, char *key, char *volume, char **URI);
     26bool nebReplicate(nebServer *server, const char *key, const char *volume, char **URI);
    2727
    2828int nebCull(nebServer *server, char *key);
Note: See TracChangeset for help on using the changeset viewer.