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

Comparing deliantra/server/include/libproto.h (file contents):
Revision 1.88 by root, Tue Apr 13 02:39:53 2010 UTC vs.
Revision 1.89 by root, Thu Apr 15 02:51:39 2010 UTC

104const typedata *get_typedata_by_name (const char *name); 104const typedata *get_typedata_by_name (const char *name);
105const char *describe_resistance (const object *op, int newline); 105const char *describe_resistance (const object *op, int newline);
106const char *ordinal (int i); 106const char *ordinal (int i);
107const char *describe_item (const object *op, object *owner); 107const char *describe_item (const object *op, object *owner);
108int is_magical (const object *op); 108int is_magical (const object *op);
109int need_identify (const object *op);
110void identify (object *op); 109void identify (object *op);
111void examine (object *op, object *tmp); 110void examine (object *op, object *tmp);
112/* links.c */ 111/* links.c */
113objectlink *get_objectlink (); 112objectlink *get_objectlink ();
114oblinkpt *get_objectlinkpt (); 113oblinkpt *get_objectlinkpt ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines