mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
updated libopts to 5.18.3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
/*
|
||||
* This file is part of AutoOpts, a companion to AutoGen.
|
||||
* AutoOpts is free software.
|
||||
* AutoOpts is Copyright (C) 1992-2013 by Bruce Korb - all rights reserved
|
||||
* AutoOpts is Copyright (C) 1992-2014 by Bruce Korb - all rights reserved
|
||||
*
|
||||
* AutoOpts is available under any one of two licenses. The license
|
||||
* in use must be one of these two and the choice is under the control
|
||||
@@ -68,7 +68,7 @@ static void
|
||||
open_out(char const * fname, char const * pname);
|
||||
/* = = = END-STATIC-FORWARD = = = */
|
||||
|
||||
LOCAL void
|
||||
LOCAL noreturn void
|
||||
option_exits(int exit_code)
|
||||
{
|
||||
if (print_exit)
|
||||
@@ -76,7 +76,7 @@ option_exits(int exit_code)
|
||||
exit(exit_code);
|
||||
}
|
||||
|
||||
LOCAL void
|
||||
LOCAL noreturn void
|
||||
ao_bug(char const * msg)
|
||||
{
|
||||
fprintf(stderr, zao_bug_msg, msg);
|
||||
@@ -90,7 +90,7 @@ fserr_warn(char const * prog, char const * op, char const * fname)
|
||||
op, fname);
|
||||
}
|
||||
|
||||
LOCAL void
|
||||
LOCAL noreturn void
|
||||
fserr_exit(char const * prog, char const * op, char const * fname)
|
||||
{
|
||||
fserr_warn(prog, op, fname);
|
||||
|
||||
Reference in New Issue
Block a user