IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2005, 4:04:05 PM (21 years ago)
Author:
jhoblitt
Message:

change nebCopy() to return bool
add nebCopy() src

File:
1 edited

Legend:

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

    r4508 r4510  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.16 2005-07-08 01:33:56 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.17 2005-07-08 02:04:05 jhoblitt Exp $
    77 */
    88
     
    4343bool nebDelete(nebServer *server, const char *key);
    4444
    45 int nebCopy(nebServer *server, const char *key, const char *newKey);
     45bool nebCopy(nebServer *server, const char *key, const char *newKey);
    4646
    4747int nebMove(nebServer *server, const char *key, const char *newKey);
Note: See TracChangeset for help on using the changeset viewer.