1
0
Fork 0
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:
Werner Koch 2016-02-11 13:32:30 +01:00
parent 4f152f3276
commit 82d12156ef
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
10 changed files with 24 additions and 20 deletions

View file

@ -21,7 +21,7 @@
#define G13_BACKEND_H
#include "../common/membuf.h"
#include "utils.h" /* For tupledesc_t */
#include "g13tuple.h"
int be_parse_conttype_name (const char *name);
int be_is_supported_conttype (int conttype);