comparison mcabber/mcabber/otr.c @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents e6e89b1d7831
children e6d355e50d7a
comparison
equal deleted inserted replaced
1779:2911c950dcd1 1780:e4378fbab5d7
609 char *root; 609 char *root;
610 610
611 scr_LogPrint(LPRINT_LOGNORM, 611 scr_LogPrint(LPRINT_LOGNORM,
612 "Generating new OTR key for %s. This may take a while...", 612 "Generating new OTR key for %s. This may take a while...",
613 accountname); 613 accountname);
614 scr_DoUpdate(); 614 scr_do_update();
615 615
616 e = otrl_privkey_generate(userstate, keyfile, accountname, protocol); 616 e = otrl_privkey_generate(userstate, keyfile, accountname, protocol);
617 617
618 if (e) { 618 if (e) {
619 root = otr_get_dir(); 619 root = otr_get_dir();