mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Do not use the VMC C reserved word readonly.
This commit is contained in:
parent
c9271f6d58
commit
34baa18187
8 changed files with 27 additions and 19 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
typedef struct keyring_handle *KEYRING_HANDLE;
|
||||
|
||||
int keyring_register_filename (const char *fname, int secret, int readonly,
|
||||
int keyring_register_filename (const char *fname, int secret, int read_only,
|
||||
void **ptr);
|
||||
int keyring_is_writable (void *token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue