X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=pgpinvoke.c;h=26d1d426d14b179dd9533efb060e6d5c25dcb8cd;hb=b3cb6ed8d36c550a2e589910ce51bbc8352ff57c;hp=a3142f7da347971eae8653786cc6fb6e7af83965;hpb=c3e57678c8be193fc137854020f3a90887be97c9;p=apps%2Fmadmutt.git diff --git a/pgpinvoke.c b/pgpinvoke.c index a3142f7..26d1d42 100644 --- a/pgpinvoke.c +++ b/pgpinvoke.c @@ -25,12 +25,19 @@ #include #include +#include + #include "mutt.h" #include "mutt_curses.h" #include "mutt_idna.h" #include "pgp.h" #include "rfc822.h" +#include "lib/mem.h" +#include "lib/intl.h" +#include "lib/str.h" +#include "lib/debug.h" + /* * The actual command line formatter. */ @@ -135,7 +142,7 @@ void mutt_pgp_command (char *d, size_t dlen, struct pgp_command_context *cctx, { mutt_FormatString (d, dlen, NONULL (fmt), _mutt_fmt_pgp_command, (unsigned long) cctx, 0); - dprint (2, (debugfile, "mutt_pgp_command: %s\n", d)); + debug_print (2, ("%s\n", d)); } /*