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.88 by root, Tue May 5 04:51:56 2009 UTC vs.
Revision 1.89 by sf-marcmagus, Sun Oct 11 01:35:52 2009 UTC

708int similar_direction (int a, int b); 708int similar_direction (int a, int b);
709 709
710// like sprintf, but returns a "static" buffer 710// like sprintf, but returns a "static" buffer
711const char *format (const char *format, ...); 711const char *format (const char *format, ...);
712 712
713// safety-check player input which will become object->msg
714bool msg_is_safe (const char *msg);
715
713///////////////////////////////////////////////////////////////////////////// 716/////////////////////////////////////////////////////////////////////////////
714// threads, very very thin wrappers around pthreads 717// threads, very very thin wrappers around pthreads
715 718
716struct thread 719struct thread
717{ 720{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines