Unblocks a previously blocked IP address from the universe.
AW_CALLBACK_UNIVERSE_EJECTION_RESULT
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.)
/* 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");
aw_universe_ejection_add
aw_universe_ejection_lookup
aw_universe_ejection_next
aw_universe_ejection_previous