diff options
author | Marcus Brinkmann <[email protected]> | 2005-03-24 13:05:12 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-03-24 13:05:12 +0000 |
commit | 259c65d94f01797d4fb841cfd9e803965f41886b (patch) | |
tree | 3bb9ca9325af658bd7be50094463cbd6a34731e5 /gpgme/priv-io.h | |
parent | (struct assuan_io): Renamed elements READ and (diff) | |
download | gpgme-259c65d94f01797d4fb841cfd9e803965f41886b.tar.gz gpgme-259c65d94f01797d4fb841cfd9e803965f41886b.zip |
2005-03-24 Marcus Brinkmann <[email protected]>
* io.h: Rename to ...
* priv-io.h: ... this.
* Makefile.am (libgpgme_real_la_SOURCES): Change io.h to priv-io.h.
* data.c, engine-gpgsm.c, posix-io.c, rungpg.c, version.c,
w32-io.c, wait-private.c, wait-global.c, wait-user.c, wait.c:
Change all includes of "io.h" to "priv-io.h"
Diffstat (limited to '')
-rw-r--r-- | gpgme/priv-io.h (renamed from gpgme/io.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgme/io.h b/gpgme/priv-io.h index 47707017..3a7150c3 100644 --- a/gpgme/io.h +++ b/gpgme/priv-io.h @@ -1,6 +1,6 @@ -/* io.h - Interface to the I/O functions. +/* priv-io.h - Interface to the private I/O functions. Copyright (C) 2000 Werner Koch (dd9jn) - Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH + Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH This file is part of GPGME. |