void FUN_00400ad0(void)

{
  puts("netbios :");
  puts("Usage: natbios [OPTIONS]");
  puts("  -h                    show this help message.");
  puts("  -i                    interface to listen.");
  puts("  -f                    specify the hosts file.");
                    /* WARNING: Could not recover jumptable at 0x00400b68. Too many branches */
                    /* WARNING: Treating indirect jump as call */
  puts("  -r                    specify name map (ex: -r myrouter:192.168.0.1).");
  return;
}