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.58 by root, Mon Apr 21 23:35:24 2008 UTC vs.
Revision 1.59 by root, Sat May 3 11:14:50 2008 UTC

193extern int dirdiff(int dir1, int dir2); 193extern int dirdiff(int dir1, int dir2);
194extern int can_see_monsterP(maptile *m, int x, int y, int dir); 194extern int can_see_monsterP(maptile *m, int x, int y, int dir);
195extern int can_pick(const object *who, const object *item); 195extern int can_pick(const object *who, const object *item);
196extern object *object_create_clone(object *asrc); 196extern object *object_create_clone(object *asrc);
197extern object *find_obj_by_type_subtype(const object *who, int type, int subtype); 197extern object *find_obj_by_type_subtype(const object *who, int type, int subtype);
198extern key_value *get_ob_key_link(const object *ob, const char *key);
199extern const char *get_ob_key_value(const object *op, const char *const key);
200extern int set_ob_key_value_s(object *op, const char *canonical_key, const char *value, int add_key);
201extern int set_ob_key_value(object *op, const char *key, const char *value, int add_key);
202/* path.c */ 198/* path.c */
203extern char *path_combine(const char *src, const char *dst); 199extern char *path_combine(const char *src, const char *dst);
204extern void path_normalize(char *path); 200extern void path_normalize(char *path);
205extern char *path_combine_and_normalize(const char *src, const char *dst); 201extern char *path_combine_and_normalize(const char *src, const char *dst);
206/* porting.c */ 202/* porting.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines