mirror of git://git.sv.gnu.org/nano.git
remove duplicate prototype
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2275 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
776cf3771d
commit
63d8f2b42f
|
@ -528,9 +528,6 @@ const char *revstrstr(const char *haystack, const char *needle, const
|
||||||
const char *revstristr(const char *haystack, const char *needle, const
|
const char *revstristr(const char *haystack, const char *needle, const
|
||||||
char *rev_start);
|
char *rev_start);
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_STRNLEN
|
|
||||||
size_t nstrnlen(const char *s, size_t maxlen);
|
|
||||||
#endif
|
|
||||||
#if !defined(NANO_SMALL) && defined(ENABLE_NANORC)
|
#if !defined(NANO_SMALL) && defined(ENABLE_NANORC)
|
||||||
#ifndef HAVE_GETLINE
|
#ifndef HAVE_GETLINE
|
||||||
ssize_t ngetline(char **lineptr, size_t *n, FILE *stream);
|
ssize_t ngetline(char **lineptr, size_t *n, FILE *stream);
|
||||||
|
|
Loading…
Reference in New Issue