X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..0c530ab8987f0ae6a1a3d9284f40182b88852816:/osfmk/UserNotification/UNDRequest.defs?ds=sidebyside diff --git a/osfmk/UserNotification/UNDRequest.defs b/osfmk/UserNotification/UNDRequest.defs index e73bd0391..959faa9f3 100644 --- a/osfmk/UserNotification/UNDRequest.defs +++ b/osfmk/UserNotification/UNDRequest.defs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -83,7 +83,7 @@ simpleroutine UNDCancelNotification_rpc( */ simpleroutine UNDDisplayNoticeSimple_rpc( server: UNDServerRef; - in timeout: int; + in rpctimeout: int; in flags: unsigned; in iconPath:UNDLabel; in soundPath:UNDLabel; @@ -100,7 +100,7 @@ simpleroutine UNDDisplayNoticeSimple_rpc( */ routine UNDDisplayAlertSimple_rpc( server: UNDServerRef; - in timeout: int; + in rpctimeout: int; in flags: unsigned; in iconPath:UNDLabel; in soundPath:UNDLabel;