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)
}
int
-_auth_lb_read (struct _line_buffer *s, const char *optr, size_t osize)
+_auth_lb_read (struct _line_buffer *s, char *optr, size_t osize)
{
int len;
@@ -103,7 +103,7 @@ _auth_lb_read (struct _line_buffer *s, const char *optr, size_t osize)
}
int
-_auth_lb_readline (struct _line_buffer *s, const char *ptr, size_t size)
+_auth_lb_readline (struct _line_buffer *s, char *ptr, size_t size)
{
char *p = strchr (s->buffer, '\n');

Return to:

Send suggestions and report system problems to the System administrator.