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/ntsecapi.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/ntsecapi.h')
-rw-r--r-- | winsup/w32api/include/ntsecapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/ntsecapi.h b/winsup/w32api/include/ntsecapi.h index eaf5ba4a1..b752f7ab0 100644 --- a/winsup/w32api/include/ntsecapi.h +++ b/winsup/w32api/include/ntsecapi.h @@ -595,7 +595,7 @@ NTSTATUS NTAPI LsaStorePrivateData(LSA_HANDLE,PLSA_UNICODE_STRING, PLSA_UNICODE_STRING); typedef NTSTATUS (*PSAM_PASSWORD_NOTIFICATION_ROUTINE)(PUNICODE_STRING, ULONG,PUNICODE_STRING); -typedef BOOLEAN (*PSAM_INIT_NOTIFICATION_ROUTINE)(); +typedef BOOLEAN (*PSAM_INIT_NOTIFICATION_ROUTINE)(void); typedef BOOLEAN (*PSAM_PASSWORD_FILTER_ROUTINE)(PUNICODE_STRING,PUNICODE_STRING, PUNICODE_STRING,BOOLEAN); #ifdef __cplusplus |