Project

General

Profile

Revision 426

logging stuff no longer occurs by default in server

View differences:

options.c
39 39
 *
40 40
 * @return Void
41 41
 */
42
void parseCmdLine(int argc, char** argv) {
42
void options_parseCmdLine(int argc, char** argv) {
43 43
  int c;
44 44

  
45 45
  memset(&optionsG, 0, sizeof(ColonetServerOptionsT));

Also available in: Unified diff