Callback has been moved
authorDaniel Kouřil <kouril@ics.muni.cz>
Thu, 12 Jan 2012 08:35:58 +0000 (08:35 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Thu, 12 Jan 2012 08:35:58 +0000 (08:35 +0000)
emi.canl.canl-c/src/canl.h

index 5b3e7a6..8eaf03a 100644 (file)
@@ -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);