[newbie] arena.txt

From: SoulReaper Is here (death_comes_to_all@hotmail.com)
Date: 06/16/02


besides from the undefined symbols like buf, buf1, buf2
i get undefined structure in arena.c hall_of_fame_element
i get not allowed type in function find_game_winner in arena.c

i get undefined symbol name
and undefined symbol date
undefined symbol award

i believe the error is caused by this code from utils.h because i get
declaration syntax error from arena.h

struct hall_of_fame_element {
   char name[MAX_NAME_LENGTH+1];
   char lastname[MAX_NAME_LENGTH+1];
   time_t date;
   long award;
   struct  hall_of_fame_element *next;
};

help me with this one..

_________________________________________________________________
Skicka och ta emot Hotmail-meddelanden på din mobilenhet:
http://mobile.msn.com

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT