mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
comment update :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1029 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
86b714881c
commit
1257104980
@ -425,7 +425,7 @@ void server_connect_free(SERVER_CONNECT_REC *conn)
|
||||
g_free(conn);
|
||||
}
|
||||
|
||||
/* `optlist' should contain only one key - the server tag.
|
||||
/* `optlist' should contain only one unknown key - the server tag.
|
||||
returns NULL if there was unknown -option */
|
||||
SERVER_REC *cmd_options_get_server(const char *cmd,
|
||||
GHashTable *optlist,
|
||||
|
@ -61,7 +61,7 @@ void server_connect_finished(SERVER_REC *server);
|
||||
/* connection to server failed */
|
||||
void server_connect_failed(SERVER_REC *server, const char *msg);
|
||||
|
||||
/* `optlist' should contain only one key - the server tag.
|
||||
/* `optlist' should contain only one unknown key - the server tag.
|
||||
returns NULL if there was unknown -option */
|
||||
SERVER_REC *cmd_options_get_server(const char *cmd,
|
||||
GHashTable *optlist,
|
||||
|
Loading…
Reference in New Issue
Block a user