aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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.