Changeset 4456 for trunk/Nebulous/nebclient/src/nebclient.c
- Timestamp:
- Jul 5, 2005, 4:44:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (3 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;
Note:
See TracChangeset
for help on using the changeset viewer.
