IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 4:08:12 PM (21 years ago)
Author:
jhoblitt
Message:

remove unused var (n) from nebCull()
change nebDelete() to return bool
change nebDelete() param key to const
fill in nebDelete()
fix segfault in nebDeleteInstance()
change nebParseURI to check if URI is NULL

File:
1 edited

Legend:

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

    r4467 r4492  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.11 2005-07-07 00:16:11 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.12 2005-07-07 02:08:12 jhoblitt Exp $
    77 */
    88
     
    3838int nebOpen(nebServer *server, const char *key, rw flag);
    3939
    40 int nebDelete(nebServer *server, char *key);
     40bool nebDelete(nebServer *server, const char *key);
    4141
    4242int nebCopy(nebServer *server, char *key, char *newKey);
Note: See TracChangeset for help on using the changeset viewer.