X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/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;