aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-02-11 15:29:12 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-02-11 15:29:12 +0000
commit01b1a410b898f39a607eb7b14e4e98cef6657591 (patch)
tree58b306355e48f73155d7aee00a2af51b2efd371f /lib
parenta9a95b4fc8b85c95e4843be2b6d89eb0ef64c089 (diff)
downloadanubis-01b1a410b898f39a607eb7b14e4e98cef6657591.tar.gz
anubis-01b1a410b898f39a607eb7b14e4e98cef6657591.tar.bz2
Minor changes.
Diffstat (limited to 'lib')
-rw-r--r--lib/lbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lbuf.c b/lib/lbuf.c
index b1766bc..48b6338 100644
--- a/lib/lbuf.c
+++ b/lib/lbuf.c
@@ -85,7 +85,7 @@ _auth_lb_grow (struct _line_buffer *s, const char *ptr, size_t size)
85} 85}
86 86
87int 87int
88_auth_lb_read (struct _line_buffer *s, const char *optr, size_t osize) 88_auth_lb_read (struct _line_buffer *s, char *optr, size_t osize)
89{ 89{
90 int len; 90 int len;
91 91
@@ -103,7 +103,7 @@ _auth_lb_read (struct _line_buffer *s, const char *optr, size_t osize)
103} 103}
104 104
105int 105int
106_auth_lb_readline (struct _line_buffer *s, const char *ptr, size_t size) 106_auth_lb_readline (struct _line_buffer *s, char *ptr, size_t size)
107{ 107{
108 char *p = strchr (s->buffer, '\n'); 108 char *p = strchr (s->buffer, '\n');
109 109

Return to:

Send suggestions and report system problems to the System administrator.