Changeset 144
- Timestamp:
- 02/17/06 05:25:55 (3 years ago)
- Files:
-
- fastphoto/trunk/src/httpdate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fastphoto/trunk/src/httpdate.h
r143 r144 1 1 #ifndef __HTTPDATE_H__ 2 2 #define __HTTPDATE_H__ 3 4 #include <time.h> 3 5 4 6 int httpdate_snprint (char * buf, int n, time_t mtime);
