diff options
author | Werner Koch <[email protected]> | 2002-05-23 09:07:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-23 09:07:12 +0000 |
commit | 1e45cc2fb3618cdfcb0b790d563201c6ecb16334 (patch) | |
tree | e2f48bc1bb2ddcf26da429393e6483f40d3ceccc /src/assuan-pipe-server.c | |
parent | * assuan-buffer.c (my_log_prefix): New. Use it for all i/o debug output. (diff) | |
download | libassuan-NEWPG-0-3-7.tar.gz libassuan-NEWPG-0-3-7.zip |
* assuan-util.c (assuan_set_io_func): New.V0-3-8V0-3-7NEWPG-0-3-8NEWPG-0-3-7
* assuan-buffer.c (writen, readline): Use the new functions
instead of pth.
* assuan-socket-server.c (accept_connection): Don't use the
pth_accept - using the assuan included accept code would be a bad
idea within Pth so we don't need a replacement function.
Diffstat (limited to 'src/assuan-pipe-server.c')
-rw-r--r-- | src/assuan-pipe-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-pipe-server.c b/src/assuan-pipe-server.c index 5c5d124..07373e1 100644 --- a/src/assuan-pipe-server.c +++ b/src/assuan-pipe-server.c @@ -46,7 +46,7 @@ finish_connection (ASSUAN_CONTEXT ctx) /* Create a new context. Note that the handlers are set up for a pipe - server/client - this wau we don't need extra dummy functions */ + server/client - this way we don't need extra dummy functions */ int _assuan_new_context (ASSUAN_CONTEXT *r_ctx) { |