mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: New function try_make_printable_string.
* common/stringhelp.c (sanitize_buffer): Remove. Move code to ... * common/miscellaneous.c (try_make_printable_string): new. (make_printable_string): Call try_make_printable_string. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a6acf1f6b3
commit
f2ea7e539c
4 changed files with 67 additions and 64 deletions
|
@ -61,9 +61,6 @@ int compare_filenames( const char *a, const char *b );
|
|||
|
||||
int hextobyte (const char *s);
|
||||
|
||||
char *sanitize_buffer (const void *p, size_t n, int delim);
|
||||
|
||||
|
||||
size_t utf8_charcount (const char *s, int len);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue