Changeset 3045 for trunk/Nebulous/nebclient
- Timestamp:
- Jan 18, 2005, 1:36:40 PM (22 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
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; -
trunk/Nebulous/nebclient/src/nebclient.h
r3022 r3045 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1. 2 2005-01-16 19:49:09jhoblitt Exp $6 * $Id: nebclient.h,v 1.3 2005-01-18 23:36:40 jhoblitt Exp $ 7 7 */ 8 8 … … 53 53 void idataFree(void *ptr); 54 54 55 off_t idataCopyFile(char *source, char *dest);55 static off_t idataCopyFile(char *source, char *dest); 56 56 57 off_t idataCopyFilehandle(int sourceFH, int destFH);57 static off_t idataCopyFilehandle(int sourceFH, int destFH); 58 58 59 59 #endif // IDATACLIENT_H
Note:
See TracChangeset
for help on using the changeset viewer.
