mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
8 lines
257 B
C
8 lines
257 B
C
|
|
#ifndef __IRC_COMMANDS_H
|
||
|
|
#define __IRC_COMMANDS_H
|
||
|
|
|
||
|
|
/* `optlist' should contain only one key - the server tag.
|
||
|
|
returns NULL if there was unknown -option */
|
||
|
|
IRC_SERVER_REC *irccmd_options_get_server(GHashTable *optlist, IRC_SERVER_REC *defserver);
|
||
|
|
|
||
|
|
#endif
|