forked from cory/tildefriends
Make the SSB network key configurable by command-line argument.
This commit is contained in:
@ -69,6 +69,13 @@ tf_task_t* tf_task_create();
|
||||
*/
|
||||
void tf_task_configure_from_fd(tf_task_t* task, int fd);
|
||||
|
||||
/**
|
||||
** Set the SSB network key.
|
||||
** @param task The task.
|
||||
** @param network_key The network key.
|
||||
*/
|
||||
void tf_task_set_ssb_network_key(tf_task_t* task, const char* network_key);
|
||||
|
||||
/**
|
||||
** Set the port number on which to run an SSB secure handshake server.
|
||||
** @param task The task.
|
||||
|
Reference in New Issue
Block a user