git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c01930
)
Callback has been moved
author
Daniel Kouřil
<kouril@ics.muni.cz>
Thu, 12 Jan 2012 08:35:58 +0000
(08:35 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Thu, 12 Jan 2012 08:35:58 +0000
(08:35 +0000)
emi.canl.canl-c/src/canl.h
patch
|
blob
|
blame
|
history
diff --git
a/emi.canl.canl-c/src/canl.h
b/emi.canl.canl-c/src/canl.h
index
5b3e7a6
..
8eaf03a
100644
(file)
--- a/
emi.canl.canl-c/src/canl.h
+++ b/
emi.canl.canl-c/src/canl.h
@@
-12,8
+12,6
@@
extern "C" {
typedef void *canl_io_handler;
typedef void *canl_ctx;
-typedef char (*canl_password_callback)(canl_ctx cc, void *userdata);
-
canl_ctx canl_create_ctx();
void canl_free_ctx(canl_ctx cc);
canl_io_handler canl_create_io_handler(canl_ctx cc);