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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue