mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-26 00:29:54 +03:00
Minor whitespace cleanup
This commit is contained in:
parent
6dec4f0a01
commit
f234fe6789
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void wordsplit_free_words (struct wordsplit *ws);
|
|||
int wordsplit_c_unquote_char (int c);
|
||||
int wordsplit_c_quote_char (int c);
|
||||
size_t wordsplit_c_quoted_length (const char *str, int quote_hex,
|
||||
int *quote);
|
||||
int *quote);
|
||||
void wordsplit_sh_unquote_copy (char *dst, const char *src, size_t n);
|
||||
void wordsplit_c_unquote_copy (char *dst, const char *src, size_t n);
|
||||
void wordsplit_c_quote_copy (char *dst, const char *src, int quote_hex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue