projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d74ca6
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 27 Feb 2001 15:46:59 +0000
(15:46 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 27 Feb 2001 15:46:59 +0000
(15:46 +0000)
lib/silcclient/silcapi.h
patch
|
blob
|
history
diff --git
a/lib/silcclient/silcapi.h
b/lib/silcclient/silcapi.h
index fc81ae835a3374c576437b5baa532c504c482526..5f95c7c11843c7d3b7b96eade451ce87b15a5033 100644
(file)
--- a/
lib/silcclient/silcapi.h
+++ b/
lib/silcclient/silcapi.h
@@
-158,7
+158,8
@@
typedef struct {
the library to perform the key agreement protocol and FALSE if it is not
desired. */
int (*key_agreement)(SilcClient client, SilcClientConnection conn,
- SilcClientEntry client_entry);
+ SilcClientEntry client_entry, char *hostname,
+ int port);
} SilcClientOperations;