sync.c | 142 static int sync_update(int, struct ship *, const char *, 298 sync_update(type, ship, NULL, a, b, c, d); 313 sync_update(type, ship, a, 0, 0, 0, 0); 399 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0) 426 sync_update(int type, struct ship *ship, const char *astr, function in typeref:typename:int 469 fprintf(stderr, "sync_update: unknown type %d\r\n", type);
|