bool -> SilcBool.
[silc.git] / lib / silcclient / command.h
index c6c597de1cb49f038bb03bc0ca96935819c0fb00..ca9c584ed3dc3609474a668df7978216a9fb5785 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2001 Pekka Riikonen
+  Copyright (C) 1997 - 2005 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -102,14 +102,14 @@ void silc_client_command_free(SilcClientCommandContext ctx);
 SilcClientCommandContext silc_client_command_dup(SilcClientCommandContext ctx);
 SilcClientCommand silc_client_command_find(SilcClient client,
                                           const char *name);
-bool silc_client_command_register(SilcClient client,
+SilcBool silc_client_command_register(SilcClient client,
                                  SilcCommand command,
                                  const char *name,
                                  SilcCommandCb command_function,
                                  SilcCommandCb command_reply_function,
                                  SilcUInt8 max_args,
                                  SilcUInt16 ident);
-bool silc_client_command_unregister(SilcClient client,
+SilcBool silc_client_command_unregister(SilcClient client,
                                    SilcCommand command,
                                    SilcCommandCb command_function,
                                    SilcCommandCb command_reply_function,
@@ -153,6 +153,7 @@ SILC_CLIENT_CMD_FUNC(silcoper);
 SILC_CLIENT_CMD_FUNC(leave);
 SILC_CLIENT_CMD_FUNC(users);
 SILC_CLIENT_CMD_FUNC(getkey);
+SILC_CLIENT_CMD_FUNC(service);
 
 SILC_CLIENT_CMD_FUNC(shutdown);
 SILC_CLIENT_CMD_FUNC(close);