diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1997-02-05 19:59:18 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1997-02-05 19:59:18 +0000 |
| commit | 76dafb8954ea032dfedfe51a5bb873fc2012758d (patch) | |
| tree | 3eb28344fec90f861cb268c3467fefc2a8aee72f /usr.bin/fetch/fetch.h | |
| parent | fb425165411d2dfee76d17e38496fd543b121507 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch/fetch.h')
| -rw-r--r-- | usr.bin/fetch/fetch.h | 3 |
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); |
