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

Comparing deliantra/server/include/util.h (file contents):
Revision 1.90 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.91 by root, Thu Oct 15 21:09:32 2009 UTC

706// return current time as timestamp 706// return current time as timestamp
707tstamp now (); 707tstamp now ();
708 708
709int similar_direction (int a, int b); 709int similar_direction (int a, int b);
710 710
711// like sprintf, but returns a "static" buffer 711// like v?sprintf, but returns a "static" buffer
712char *vformat (const char *format, va_list ap);
712const char *format (const char *format, ...); 713char *format (const char *format, ...);
713 714
714// safety-check player input which will become object->msg 715// safety-check player input which will become object->msg
715bool msg_is_safe (const char *msg); 716bool msg_is_safe (const char *msg);
716 717
717///////////////////////////////////////////////////////////////////////////// 718/////////////////////////////////////////////////////////////////////////////

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines