IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 2:16:11 PM (21 years ago)
Author:
jhoblitt
Message:

change nebCull() to return bool
change nebCull() param key to be const
fill in nebCull() source

File:
1 edited

Legend:

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

    r4466 r4467  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.10 2005-07-06 23:32:19 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.11 2005-07-07 00:16:11 jhoblitt Exp $
    77 */
    88
     
    2626bool nebReplicate(nebServer *server, const char *key, const char *volume, char **URI);
    2727
    28 int nebCull(nebServer *server, char *key);
     28bool nebCull(nebServer *server, const char *key);
    2929
    3030int nebLock(nebServer *server, char *key, rw flag);
Note: See TracChangeset for help on using the changeset viewer.