Bug 280562 - Client interoperability problem with miCasa and ZEN agent.

Update to latest nwlogin.h and use correct params.
This commit is contained in:
Jim Norman 2007-06-08 04:32:58 +00:00
parent 6068f888d0
commit 30913d4867
3 changed files with 597 additions and 556 deletions

View File

@ -1,25 +1,24 @@
/*********************************************************************** /****************************************************************************
* Source module name: nwlgext.h
* Copyright (C) 2005-2006 Novell, Inc. All Rights Reserved. Release %version: 100 %
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; version 2.1
* of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, Novell, Inc.
*
* To contact Novell about this file by physical or electronic mail,
* you may find current contact information at www.novell.com.
*
***********************************************************************/
$Workfile: nwlgext.h $
$Revision: $
$Modtime:: $
$Copyright:
Copyright (c) 1989-1999 Novell, Inc. All Rights Reserved.
U.S. Patent Number 5,781,724 -- Novell, Inc.
THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
TREATIES. NO PART OF THIS WORK MAY BE USED, PRACTICED, PERFORMED
COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED, ABRIDGED, CONDENSED,
EXPANDED, COLLECTED, COMPILED, LINKED, RECAST, TRANSFORMED OR ADAPTED
WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
CRIMINAL AND CIVIL LIABILITY.$
****************************************************************************/
#ifndef NWLOGIN_H #ifndef NWLOGIN_H
# include <nwlogin.h> # include <nwlogin.h>
#endif #endif

File diff suppressed because it is too large Load Diff

View File

@ -331,8 +331,8 @@ N_GLOBAL_CALLBACK(NWCCODE)
OurIOHandler( OurIOHandler(
pNWLGAccessRec pAccess, pNWLGAccessRec pAccess,
nint ioEvent, nint ioEvent,
nparam param1, INT_PTR param1,
nparam param2, INT_PTR param2,
nflag32 flags nflag32 flags
) )
//=======================================================================-- //=======================================================================--