Changeset 4456 for trunk/Nebulous/nebclient
- Timestamp:
- Jul 5, 2005, 4:44:12 PM (21 years ago)
- Location:
- trunk/Nebulous/nebclient/src
- Files:
-
- 2 edited
-
nebclient.c (modified) (3 diffs)
-
nebclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r4440 r4456 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1. 4 2005-06-30 02:35:06jhoblitt Exp $6 * $Id: nebclient.c,v 1.5 2005-07-06 02:44:12 jhoblitt Exp $ 7 7 */ 8 8 … … 24 24 static off_t nebCopyFile(char *source, char *dest); 25 25 static off_t nebCopyFilehandle(int sourceFH, int destFH); 26 static int nebParseURI(const char *URI, char **filename); 26 27 27 28 void nebServerInit(nebServer *server) … … 227 228 } 228 229 229 int nebParseURI(const char *URI, char **filename)230 static int nebParseURI(const char *URI, char **filename) 230 231 { 231 232 regex_t myregex; -
trunk/Nebulous/nebclient/src/nebclient.h
r4440 r4456 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1. 6 2005-06-30 02:35:06jhoblitt Exp $6 * $Id: nebclient.h,v 1.7 2005-07-06 02:44:12 jhoblitt Exp $ 7 7 */ 8 8 … … 49 49 int nebErr(nebServer *server, char *errString); 50 50 51 int nebParseURI(const char *URI, char **filename);52 53 51 void nebFree(void *ptr); 54 52
Note:
See TracChangeset
for help on using the changeset viewer.
