diff options
author | Werner Koch <[email protected]> | 2016-02-11 12:32:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-02-13 16:06:39 +0000 |
commit | 82d12156ef5f948d44934ed44d79d24cc9e94366 (patch) | |
tree | 6c80069d24889dab4be95d7b11445bfa3d738bf4 /g13/call-syshelp.c | |
parent | g13: Add functions to handle uint in a keyblob. (diff) | |
download | gnupg-82d12156ef5f948d44934ed44d79d24cc9e94366.tar.gz gnupg-82d12156ef5f948d44934ed44d79d24cc9e94366.zip |
g13: Rename utils.c to g13tuple.c
* g13/utils.c: Rename to g13tuple.c.
* g13/utils.h: Rename to g13tuple.h. Change all users.
* g13/Makefile.am: Adjust accordingly
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g13/call-syshelp.c')
-rw-r--r-- | g13/call-syshelp.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g13/call-syshelp.c b/g13/call-syshelp.c index 545bc1ab5..0e227ab16 100644 --- a/g13/call-syshelp.c +++ b/g13/call-syshelp.c @@ -29,7 +29,11 @@ #include "g13.h" #include <assuan.h> #include "i18n.h" -#include "utils.h" +#include "g13tuple.h" +#include "keyblob.h" +#include "membuf.h" +#include "create.h" + /* Local data for this module. A pointer to this is stored in the CTRL object of each connection. */ |