diff options
author | Werner Koch <[email protected]> | 2005-03-22 08:53:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-03-22 08:53:17 +0000 |
commit | 39002aeb0f856235d6b29abd16fa8ca78f9304e9 (patch) | |
tree | e51cabdf44149d60fc70fd5dcd5c516cd625b1fe /src/assuan-handler.c | |
parent | post release updates (diff) | |
download | libassuan-39002aeb0f856235d6b29abd16fa8ca78f9304e9.tar.gz libassuan-39002aeb0f856235d6b29abd16fa8ca78f9304e9.zip |
(struct assuan_io): Renamed elements READ and
WRITE to READFNC and WRITEFNC to avoid problems with read defined
as macros. Changed callers. Noted by Ville Skytt��.
Diffstat (limited to 'src/assuan-handler.c')
-rw-r--r-- | src/assuan-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c index 7be48e6..21501a3 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -544,7 +544,7 @@ process_request (ASSUAN_CONTEXT ctx) * assuan_process: * @ctx: assuan context * - * This fucntion is used to handle the assuan protocol after a + * This function is used to handle the assuan protocol after a * connection has been established using assuan_accept(). This is the * main protocol handler. * |