mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: New functions get_option_value and ascii_strupr.
* common/server-help.c (get_option_value): New.
* common/stringhelp.c (ascii_strupr): New.
--
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit e2f18023b3
)
This might come handy when we eventually backport other changes.
This commit is contained in:
parent
14816c7980
commit
ee8d1a9e6c
4 changed files with 71 additions and 1 deletions
|
@ -76,6 +76,7 @@ int ascii_islower (int c);
|
|||
int ascii_toupper (int c);
|
||||
int ascii_tolower (int c);
|
||||
char *ascii_strlwr (char *s);
|
||||
char *ascii_strupr (char *s);
|
||||
int ascii_strcasecmp( const char *a, const char *b );
|
||||
int ascii_strncasecmp (const char *a, const char *b, size_t n);
|
||||
int ascii_memcasecmp( const void *a, const void *b, size_t n );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue