nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 63d8f2b42f32762d7319f14f9017458f4336142c
parent 776cf3771d57cc440dc1906b5335761e1991f01d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 16 Jan 2005 17:01:51 +0000

remove duplicate prototype


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2275 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/proto.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/proto.h b/src/proto.h @@ -528,9 +528,6 @@ const char *revstrstr(const char *haystack, const char *needle, const const char *revstristr(const char *haystack, const char *needle, const char *rev_start); #endif -#ifndef HAVE_STRNLEN -size_t nstrnlen(const char *s, size_t maxlen); -#endif #if !defined(NANO_SMALL) && defined(ENABLE_NANORC) #ifndef HAVE_GETLINE ssize_t ngetline(char **lineptr, size_t *n, FILE *stream);