1
0
Fork 0

Merging upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-28 19:30:37 +02:00
parent ba8e0a83c7
commit 60d97c7cb2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
24 changed files with 310 additions and 146 deletions

2
rc.h
View file

@ -61,6 +61,8 @@ void show_error( const char * const msg, const int errcode = 0,
const bool help = false );
void show_file_error( const char * const filename, const char * const msg,
const int errcode = 0 );
inline void show_stdout_error( const int errcode = 0 )
{ show_file_error( "(stdout)", "Write error", errcode ); }
void internal_error( const char * const msg );
void show_option_error( const char * const arg, const char * const msg,
const char * const option_name );