X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_query.h;h=a9a0e02c90142549c388e1fbb4fc55b01264e509;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=523cf5ad0ddd223e5eb11878a2c63d59067b8519;hpb=3cccdcad61add94e43f30e0c22c533e1e28dc536;p=silc.git diff --git a/apps/silcd/server_query.h b/apps/silcd/server_query.h index 523cf5ad..a9a0e02c 100644 --- a/apps/silcd/server_query.h +++ b/apps/silcd/server_query.h @@ -1,6 +1,6 @@ /* - server_query.h + server_query.h Author: Pekka Riikonen @@ -26,8 +26,9 @@ SILC_COMMAND_IDENTIFY. This function handles the reply sending to the entity who sent this query to us automatically. Returns TRUE if the query is being processed or FALSE on error. */ -bool silc_server_query_command(SilcServer server, SilcCommand querycmd, - SilcServerCommandContext cmd); +SilcBool silc_server_query_command(SilcServer server, SilcCommand querycmd, + SilcServerCommandContext cmd, + void *old_query); /* Find client by the Client ID indicated by the `client_id', and if not found then query it by using WHOIS command. The client information @@ -40,7 +41,7 @@ bool silc_server_query_command(SilcServer server, SilcCommand querycmd, function. The server->cmd_ident includes the query identifier. */ SilcClientEntry silc_server_query_client(SilcServer server, const SilcClientID *client_id, - bool always_resolve, - bool *resolved); + SilcBool always_resolve, + SilcBool *resolved); #endif /* SERVER_QUERY_H */