Updated to 3.1.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* assuan.h - Definitions for the Assuan IPC library -*- c -*-
|
||||
* Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
||||
* Copyright (C) 2001-2017 g10 Code GmbH
|
||||
* Copyright (C) 2001-2019 g10 Code GmbH
|
||||
*
|
||||
* This file is part of Assuan.
|
||||
*
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
* SPDX-License-Identifier: LGPL-2.1+
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
*
|
||||
* Do not edit. Generated from assuan.h.in by mkheader for mingw32.
|
||||
*/
|
||||
@@ -62,11 +62,11 @@ extern "C"
|
||||
/* The version of this header should match the one of the library. Do
|
||||
not use this symbol in your application; use assuan_check_version
|
||||
instead. */
|
||||
#define ASSUAN_VERSION "2.5.1"
|
||||
#define ASSUAN_VERSION "2.5.3"
|
||||
|
||||
/* The version number of this header. It may be used to handle minor
|
||||
API incompatibilities. */
|
||||
#define ASSUAN_VERSION_NUMBER 0x020501
|
||||
#define ASSUAN_VERSION_NUMBER 0x020503
|
||||
|
||||
|
||||
/* Check for compiler features. */
|
||||
@@ -434,8 +434,8 @@ pid_t assuan_get_pid (assuan_context_t ctx);
|
||||
struct _assuan_peercred
|
||||
{
|
||||
#ifdef _WIN32
|
||||
/* Empty struct not allowed on some compilers. */
|
||||
unsigned int _dummy;
|
||||
/* Empty struct not allowed on some compilers, so, put this (not valid). */
|
||||
pid_t pid;
|
||||
#else
|
||||
pid_t pid;
|
||||
uid_t uid;
|
||||
|
||||
Reference in New Issue
Block a user