diff options
author | Werner Koch <[email protected]> | 2015-02-25 10:43:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-25 10:43:50 +0000 |
commit | 9913253610bac69e9503800e85696491e018e327 (patch) | |
tree | 01b9c3546907b1fa9fd24f23c0fbaa4fe2c364ff /g10/mainproc.c | |
parent | gpg: Add command --print-pka-records. (diff) | |
download | gnupg-9913253610bac69e9503800e85696491e018e327.tar.gz gnupg-9913253610bac69e9503800e85696491e018e327.zip |
Move new mailbox.c source file to common/.
* g10/mailbox.c: Move to ...
* common/mbox-util.c: new file.
* common/mbox-util.h: New. Include where needed.
* g10/t-mailbox.c: Move to ...
* common/t-mbox-util.c: new file.
--
This will make it easier to use the code by other modules in common/.
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index e0dba13e0..753fdbedd 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -39,6 +39,7 @@ #include "keyserver-internal.h" #include "photoid.h" #include "pka.h" +#include "mbox-util.h" /* Put an upper limit on nested packets. The 32 is an arbitrary |