Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

v3_channel_update()

void v3_channel_update(v3_channel *channel, const char *password);

Requests that the server update or create channel and set password. If the id of the supplied channel struct is 0, this function attempts to create a new channel.

Arguments

Type Description
v3_channel *channel A v3_channel structure
const char *password A null-terminated unencrypted password (NULL for none)