doc clarification

master
jluehrs2 2007-09-04 17:39:12 -05:00
parent eed7b36b59
commit 74d64789ee
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ end
-- Accepts a file offer from a remote user. Called when the on_dcc callback
-- retuns true.
-- @param filename Name to save the file as
-- @param address IP address of the remote user
-- @param address IP address of the remote user in low level int form
-- @param port Port to connect to at the remote user
-- @param packet_size Size of the packets the remote user will be sending
function _accept(filename, address, port, packet_size)