diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-28 01:05:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-28 01:05:22 +0000 |
commit | 256601ea87bb157c4490638d7ef467734c1ac70d (patch) | |
tree | b094be3b2c7e2c3a733a989b22b6c0bd6db91f98 /libexec/ftp-proxy/getline.c | |
parent | 3512ee77af78d0db771415cdde68b6f92504be06 (diff) |
missing protos
Diffstat (limited to 'libexec/ftp-proxy/getline.c')
-rw-r--r-- | libexec/ftp-proxy/getline.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ftp-proxy/getline.c b/libexec/ftp-proxy/getline.c index 161685e27b8..2be38834002 100644 --- a/libexec/ftp-proxy/getline.c +++ b/libexec/ftp-proxy/getline.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getline.c,v 1.14 2003/06/02 19:38:24 millert Exp $ */ +/* $OpenBSD: getline.c,v 1.15 2003/06/28 01:04:57 deraadt Exp $ */ /* * Copyright (c) 1985, 1988 Regents of the University of California. @@ -47,6 +47,8 @@ #include "util.h" +int refill_buffer(struct csiob *iobp); + /* * Refill the io buffer if we KNOW that data is available * |