Re: [Plib-users] netInit()
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2001-11-06 17:53:15
|
So that, like audio and graphics, the net library can take some command line initialisation... int alutInit ( int* argc, char** argv ) ; /* audio */ int glutInit ( int* argc, char** argv ) ; /* graphics */ int netInit ( int* argc, char** argv ) ; /* network */ Currently, it's not used, but it's nice to have if we need it later. --Dave McClurg ----- Original Message ----- From: Cameron Moore <li...@to...> To: <pli...@li...> Sent: Monday, November 05, 2001 9:12 PM Subject: [Plib-users] netInit() Simply because I'm curious...why does netInit() from src/netSocket.* take argc & argv as parameters? They are currently unused, and I'm stretching trying to come up with a good reason for them being there in the first place. ;-p Thanks -- Cameron Moore _______________________________________________ plib-users mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-users |