Changeset 3022 for trunk/Nebulous/nebclient
- Timestamp:
- Jan 16, 2005, 9:49:09 AM (22 years ago)
- Location:
- trunk/Nebulous/nebclient/src
- Files:
-
- 2 edited
-
nebclient.h (modified) (2 diffs)
-
xmalloc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r3017 r3022 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1. 1 2005-01-16 10:37:59 jhoblitt Exp $6 * $Id: nebclient.h,v 1.2 2005-01-16 19:49:09 jhoblitt Exp $ 7 7 */ 8 9 #ifndef IDATACLIENT_H 10 #define IDATACLIENT_H 1 8 11 9 12 #include "soapH.h" … … 53 56 54 57 off_t idataCopyFilehandle(int sourceFH, int destFH); 58 59 #endif // IDATACLIENT_H -
trunk/Nebulous/nebclient/src/xmalloc.h
r3017 r3022 4 4 * Copyright (C) 2003 Robert Lupton 5 5 * 6 * $Id: xmalloc.h,v 1. 1 2005-01-16 10:37:59 jhoblitt Exp $6 * $Id: xmalloc.h,v 1.2 2005-01-16 19:49:09 jhoblitt Exp $ 7 7 */ 8 9 #ifndef XMALLOC_H 10 #define XMALLOC_H 1 8 11 9 12 void * … … 12 15 void 13 16 xfree(void *ptr); 17 18 #endif // XMALLOC_H
Note:
See TracChangeset
for help on using the changeset viewer.
