From 8d74ca6249dca899d7c41f84a2e85c32971ee341 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 27 Feb 2001 15:40:53 +0000 Subject: [PATCH] updates. --- lib/silcclient/silcapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index 2dad3313..fc81ae83 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -408,7 +408,7 @@ int silc_client_del_private_message_key(SilcClient client, /* Structure to hold the list of private message keys. The array of this structure is returned by the silc_client_list_private_message_keys - function. The IV's are not returned as they are not important. */ + function. */ typedef struct { SilcClientEntry client_entry; /* The remote client entry */ unsigned char *key; /* The original key, If the appliation -- 2.24.0