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

Comparing deliantra/server/include/tod.h (file contents):
Revision 1.18 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.19 by root, Fri Nov 6 13:03:34 2009 UTC

74}; 74};
75 75
76/* from common/time.c */ 76/* from common/time.c */
77void get_tod (timeofday_t *tod); 77void get_tod (timeofday_t *tod);
78char *format_tod (char *buf, int len, timeofday_t *tod); 78char *format_tod (char *buf, int len, timeofday_t *tod);
79const char *get_current_tod_str ();
80void print_tod (object *op); 79void print_tod (object *op);
81 80
82#endif 81#endif
83 82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines