diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-02-23 12:07:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-02-23 12:07:49 +0000 |
commit | 3b88f9d4f49c560f79ddc34182a69109cc63d362 (patch) | |
tree | cca890f6453879b982d42dd9fd81c5aa91030331 /usr.bin/vim/proto/alloc.pro | |
parent | 8f22f18b619e47b00192eaa7ddd8903b146f13a0 (diff) |
This belongs in ports.
Diffstat (limited to 'usr.bin/vim/proto/alloc.pro')
-rw-r--r-- | usr.bin/vim/proto/alloc.pro | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/usr.bin/vim/proto/alloc.pro b/usr.bin/vim/proto/alloc.pro deleted file mode 100644 index 8d94f47aff0..00000000000 --- a/usr.bin/vim/proto/alloc.pro +++ /dev/null @@ -1,17 +0,0 @@ -/* $OpenBSD: alloc.pro,v 1.1 1996/09/07 21:40:30 downsj Exp $ */ -/* alloc.c */ -char_u *alloc __PARMS((unsigned size)); -char_u *alloc_check __PARMS((unsigned size)); -char_u *lalloc __PARMS((long_u size, int message)); -void do_outofmem_msg __PARMS((void)); -char_u *strsave __PARMS((char_u *string)); -char_u *strnsave __PARMS((char_u *string, int len)); -char_u *strsave_escaped __PARMS((char_u *string, char_u *esc_chars)); -void copy_spaces __PARMS((char_u *ptr, size_t count)); -void del_trailing_spaces __PARMS((char_u *ptr)); -int copy_option_part __PARMS((char_u **option, char_u *buf, int maxlen, char *sep_chars)); -void vim_free __PARMS((void *x)); -int vim_strnicmp __PARMS((char_u *s1, char_u *s2, size_t len)); -char_u *vim_strchr __PARMS((char_u *string, int n)); -char_u *vim_strrchr __PARMS((char_u *string, int n)); -int vim_isspace __PARMS((int x)); |