Changeset 2960 for trunk/Nebulous/nebclient/idataclient.h
- Timestamp:
- Jan 11, 2005, 12:10:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/idataclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/idataclient.h
r2954 r2960 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: idataclient.h,v 1. 3 2005-01-11 04:36:40jhoblitt Exp $6 * $Id: idataclient.h,v 1.4 2005-01-11 22:10:53 jhoblitt Exp $ 7 7 */ 8 8 … … 50 50 void idataFree(void *ptr); 51 51 52 int idataCopyFile(char *source, char *dest);52 off_t idataCopyFile(char *source, char *dest); 53 53 54 int idataCopyFilehandle(int sourceFH, int destFH);54 off_t idataCopyFilehandle(int sourceFH, int destFH);
Note:
See TracChangeset
for help on using the changeset viewer.
