summaryrefslogtreecommitdiff
path: root/usr.bin/fetch/fetch.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-02-05 19:59:18 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-02-05 19:59:18 +0000
commit76dafb8954ea032dfedfe51a5bb873fc2012758d (patch)
tree3eb28344fec90f861cb268c3467fefc2a8aee72f /usr.bin/fetch/fetch.h
parentfb425165411d2dfee76d17e38496fd543b121507 (diff)
Notes
Diffstat (limited to 'usr.bin/fetch/fetch.h')
-rw-r--r--usr.bin/fetch/fetch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h
index 89ddbea6c8c9..321af11f671b 100644
--- a/usr.bin/fetch/fetch.h
+++ b/usr.bin/fetch/fetch.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fetch.h,v 1.1 1997/01/30 21:43:38 wollman Exp $
+ * $Id: fetch.h,v 1.2 1997/01/31 19:55:49 wollman Exp $
*/
#ifndef fetch_h
@@ -78,6 +78,7 @@ void init_schemes(void);
void rm(struct fetch_state *fs);
void setup_sigalrm(void);
void unsetup_sigalrm(void);
+void *safe_malloc(size_t len);
char *percent_decode(const char *orig);
char *safe_strdup(const char *orig);
char *safe_strndup(const char *orig, size_t len);