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/mountinfo.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/mountinfo.c')
-rw-r--r-- | g13/mountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/mountinfo.c b/g13/mountinfo.c index 085fb86fe..1c4894dac 100644 --- a/g13/mountinfo.c +++ b/g13/mountinfo.c @@ -31,7 +31,7 @@ #include "mountinfo.h" #include "keyblob.h" -#include "utils.h" +#include "g13tuple.h" |