asciipasswd.c

From: tap3w0rm (tap3_w0rm@attbi.com)
Date: 10/17/02


i just ran all the cvs patches and came acrost somethign weird

asciipasswd.c contains a function called

int main(int argc, char **argv) {
  if (argc != 3)
    fprintf(stderr, "Usage: %s name password\n", argv[0]);
  else
    printf("Name: %s\nPass: %s\n", CAP(argv[1]), CRYPT(argv[2],
CAP(argv[1])));
  return (0);
}

and it conflicts like this
asciipasswd.obj : error LNK2005: _main already defined in comm.obj
../circlewin32.exe : fatal error LNK1169: one or more multiply defined
symbols found

with a function of the same name in comm.c

i dont know what to do

--
   +---------------------------------------------------------------+
   | 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