Changeset 13201
- Timestamp:
- May 3, 2007, 11:28:30 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r13200 r13201 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.4 5 2007-05-03 21:26:55jhoblitt Exp $6 * $Id: nebclient.c,v 1.46 2007-05-03 21:28:30 jhoblitt Exp $ 7 7 */ 8 8 … … 38 38 } 39 39 40 #define NEBCOPYFILE 0 41 40 42 static void p_nebSetErr(const char * filename, unsigned long lineno, const char *function, nebServer *server, const char *format, ...); 41 43 static void nebSetServerErr(nebServer *server); 44 #if NEBCOPYFILE 42 45 static off_t nebCopyFile(nebServer *server, const char *source, const char *dest); 46 #endif 43 47 static off_t nebCopyFilehandle(nebServer *server, int sourceFH, int destFH); 48 44 49 static size_t nebParseURI(nebServer *server, const char *URI, char **filename); 45 50 static bool nebNukeFile(nebServer *server, const char *filename); … … 724 729 } 725 730 731 #if NEBCOPYFILE 726 732 static off_t nebCopyFile(nebServer *server, const char *source, const char *dest) 727 733 { … … 765 771 return bytesCopied; 766 772 } 773 #endif 767 774 768 775 static off_t nebCopyFilehandle(nebServer *server, int sourceFH, int destFH)
Note:
See TracChangeset
for help on using the changeset viewer.
