mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgtar: Make --files-from and --null work as described.
* tools/gpgtar-create.c (gpgtar_create): Add args files_from and null_names. Improve reading from a file. * tools/gpgtar.c: Make global vars static. (main): Remove tests for --files-from and --null option combinations. Pass option variables to gpgtar_create. -- GnuPG-bug-id: 5027 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
829bc3bc60
commit
1efe99f3d9
6 changed files with 100 additions and 27 deletions
|
@ -42,6 +42,7 @@ char *has_leading_keyword (const char *string, const char *keyword);
|
|||
const char *memistr (const void *buf, size_t buflen, const char *sub);
|
||||
char *mem2str( char *, const void *, size_t);
|
||||
char *trim_spaces( char *string );
|
||||
char *ascii_trim_spaces (char *string);
|
||||
char *trim_trailing_spaces( char *string );
|
||||
unsigned int trim_trailing_chars( unsigned char *line, unsigned len,
|
||||
const char *trimchars);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue