mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Added prototype.
This commit is contained in:
parent
92f8a5d12a
commit
1405471461
@ -204,7 +204,8 @@ int ascii_islower (int c);
|
|||||||
int ascii_toupper (int c);
|
int ascii_toupper (int c);
|
||||||
int ascii_tolower (int c);
|
int ascii_tolower (int c);
|
||||||
int ascii_strcasecmp( const char *a, const char *b );
|
int ascii_strcasecmp( const char *a, const char *b );
|
||||||
int ascii_memcasecmp( const char *a, const char *b, size_t n );
|
int ascii_strncasecmp( const char *a, const char *b, size_t n);
|
||||||
|
int ascii_memcasecmp( const char *a, const char *b, size_t n);
|
||||||
|
|
||||||
#ifndef HAVE_STPCPY
|
#ifndef HAVE_STPCPY
|
||||||
char *stpcpy(char *a,const char *b);
|
char *stpcpy(char *a,const char *b);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user