IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 1:32:57 PM (21 years ago)
Author:
jhoblitt
Message:

add nebObjectInstances
change nebFindInstances() to return a *nebObjectInstances
add nebObjectInstancesFree()

File:
1 edited

Legend:

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

    r4647 r4649  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.23 2005-07-28 21:56:34 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.24 2005-07-28 23:32:57 jhoblitt Exp $
    77 */
    88
     
    3232} nebObjectStat;
    3333
     34typedef struct {
     35    unsigned int    n;
     36    char            **URI;
     37} nebObjectInstances;
     38
    3439nebServer *nebServerAlloc(const char *endpoint);
    3540
     
    4651bool nebUnlock(nebServer *server, const char *key, nebRW flag);
    4752
    48 int nebFindInstances(nebServer *server, const char *key, const char *volume, char ***locations);
     53nebObjectInstances *nebFindInstances(nebServer *server, const char *key, const char *volume);
     54
     55void nebObjectInstancesFree(nebObjectInstances *locations);
    4956
    5057char *nebFind(nebServer *server, const char *key);
Note: See TracChangeset for help on using the changeset viewer.