IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

make nebParseURI() private

Location:
trunk/Nebulous/nebclient/src
Files:
2 edited

Legend:

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

    r4440 r4456  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.4 2005-06-30 02:35:06 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.5 2005-07-06 02:44:12 jhoblitt Exp $
    77 */
    88
     
    2424static off_t nebCopyFile(char *source, char *dest);
    2525static off_t nebCopyFilehandle(int sourceFH, int destFH);
     26static int nebParseURI(const char *URI, char **filename);
    2627
    2728void nebServerInit(nebServer *server)
     
    227228}
    228229
    229 int nebParseURI(const char *URI, char **filename)
     230static int nebParseURI(const char *URI, char **filename)
    230231{
    231232    regex_t         myregex;
  • trunk/Nebulous/nebclient/src/nebclient.h

    r4440 r4456  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.6 2005-06-30 02:35:06 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.7 2005-07-06 02:44:12 jhoblitt Exp $
    77 */
    88
     
    4949int nebErr(nebServer *server, char *errString);
    5050
    51 int nebParseURI(const char *URI, char **filename);
    52 
    5351void nebFree(void *ptr);
    5452
Note: See TracChangeset for help on using the changeset viewer.