ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/includes.h
(Generate patch)

Comparing deliantra/server/include/includes.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:12:49 2006 UTC vs.
Revision 1.2 by root, Sat Sep 16 22:06:17 2006 UTC

1/*
2 * static char *rcsid_includes_h =
3 * "$Id: includes.h,v 1.1 2006/02/03 07:12:49 root Exp $";
4 */
5
6/* 1/*
7 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
8 3
9 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
10 Copyright (C) 1992 Frank Tore Johansen 5 Copyright (C) 1992 Frank Tore Johansen
111#if defined(vax) || defined(ibm032) 106#if defined(vax) || defined(ibm032)
112size_t strftime(char *, size_t, const char *, const struct tm *); 107size_t strftime(char *, size_t, const char *, const struct tm *);
113time_t mktime(struct tm *); 108time_t mktime(struct tm *);
114#endif 109#endif
115 110
116
117#endif /* INCLUDES_H */ 111#endif /* INCLUDES_H */
118 112

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines