diff options
author | Robert Collins <rbtcollins@hotmail.com> | 2002-01-11 10:23:20 +0000 |
---|---|---|
committer | Robert Collins <rbtcollins@hotmail.com> | 2002-01-11 10:23:20 +0000 |
commit | 175f01bc175fc0bc700426a23709596a629cf9c8 (patch) | |
tree | 7132ffedc667300219de1ddd44c6832b6d8b9b9e /winsup/w32api/include/rpcndr.h | |
parent | f827d65e12435f5f8d48cdbffce3e5b6b2a4fd45 (diff) | |
download | cygnal-175f01bc175fc0bc700426a23709596a629cf9c8.tar.gz cygnal-175f01bc175fc0bc700426a23709596a629cf9c8.tar.bz2 cygnal-175f01bc175fc0bc700426a23709596a629cf9c8.zip |
2002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>
* include/ntsecapi.h: Fixed missing void parameter type in some prototypes.
* include/objbase.h: Ditto.
* include/rapi.h: Ditto.
* include/rpc.h: Ditto.
* include/rpcdce.h: Ditto.
* include/rpcdcep.h: Ditto.
* include/rpcndr.h: Ditto.
* include/rpcnsip.h: Ditto.
* include/rpcproxy.h: Ditto.
* include/windef.h: Ditto.
Diffstat (limited to 'winsup/w32api/include/rpcndr.h')
-rw-r--r-- | winsup/w32api/include/rpcndr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/rpcndr.h b/winsup/w32api/include/rpcndr.h index 6ae92dfdd..037918f8d 100644 --- a/winsup/w32api/include/rpcndr.h +++ b/winsup/w32api/include/rpcndr.h @@ -249,7 +249,7 @@ typedef struct _MIDL_FORMAT_STRING { unsigned char Format[1]; } MIDL_FORMAT_STRING; typedef void(__RPC_API *STUB_THUNK)(PMIDL_STUB_MESSAGE); -typedef long(__RPC_API *SERVER_ROUTINE)(); +typedef long(__RPC_API *SERVER_ROUTINE)(void); typedef struct _MIDL_SERVER_INFO_ { PMIDL_STUB_DESC pStubDesc; const SERVER_ROUTINE *DispatchTable; |