Changeset 3045 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Jan 18, 2005, 1:36:40 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
