Changeset 3045 for trunk/Nebulous/nebclient/src/nebclient.c
- Timestamp:
- Jan 18, 2005, 1:36:40 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r3017 r3045 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1. 1 2005-01-16 10:37:59jhoblitt Exp $6 * $Id: nebclient.c,v 1.2 2005-01-18 23:36:40 jhoblitt Exp $ 7 7 */ 8 8 … … 222 222 } 223 223 224 off_t idataCopyFile(char *source, char *dest)224 static off_t idataCopyFile(char *source, char *dest) 225 225 { 226 226 int sourceFH; … … 262 262 } 263 263 264 off_t idataCopyFilehandle(int sourceFH, int destFH)264 static off_t idataCopyFilehandle(int sourceFH, int destFH) 265 265 { 266 266 off_t bytesTotal;
Note:
See TracChangeset
for help on using the changeset viewer.
