#include <clientControlThread.h>
Public Attributes | |
| int | argc |
| number of arguments. More... | |
| char** | argv |
| pointer-pointer to the arguments. More... | |
Definition at line 11 of file clientControlThread.h.
00011 {
00012 int argc;
00013 char** argv;
00014 }
|
|
1.1.2 written by Dimitri van Heesch,
© 1997-2000