int aw_universe_ejection_delete (int address)

DESCRIPTION

Unblocks a previously blocked IP address from the universe.

CALLBACK

AW_CALLBACK_UNIVERSE_EJECTION_RESULT

NOTES

This method  requires at least SDK build 14 and universe server  build 22. 

Only instances owned by the root account (citizen #1) may use aw_universe_ejection_delete.

The address argument specifies the IP address to be unblocked (in network byte order.)

EXAMPLE

/* unblock a class C address from the universe */
if (aw_universe_ejection_delete (inet_addr ("241.197.54.0")))
  printf ("Unable to delete ejection\n");

SEE ALSO

aw_universe_ejection_add
aw_universe_ejection_lookup
aw_universe_ejection_next
aw_universe_ejection_previous