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

Comparing deliantra/server/include/global.h (file contents):
Revision 1.15 by root, Fri Sep 8 16:51:44 2006 UTC vs.
Revision 1.16 by root, Mon Sep 11 01:49:03 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.15 2006/09/08 16:51:44 root Exp $"; 3 * "$Id: global.h,v 1.16 2006/09/11 01:49:03 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
414void free (key_value *); 414void free (key_value *);
415void free (treasure *); 415void free (treasure *);
416void free (materialtype_t *); 416void free (materialtype_t *);
417void free (player *); 417void free (player *);
418void free (New_Face *); 418void free (New_Face *);
419void free (racelink *);
419 420
420#endif /* GLOBAL_H */ 421#endif /* GLOBAL_H */
421 422

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines