mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
4f152f3276
commit
82d12156ef
10 changed files with 24 additions and 20 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue