X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/osfmk/UserNotification/UNDRequest.defs?ds=sidebyside diff --git a/osfmk/UserNotification/UNDRequest.defs b/osfmk/UserNotification/UNDRequest.defs index 0de4d4947..9a3a7c954 100644 --- a/osfmk/UserNotification/UNDRequest.defs +++ b/osfmk/UserNotification/UNDRequest.defs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -116,4 +116,6 @@ routine UNDDisplayAlertSimple_rpc( in defaultButtonTitle:UNDLabel; in alternateButtonTitle:UNDLabel; in otherButtonTitle:UNDLabel; - out response: int); + out response: unsigned); + +/* vim: set ft=c : */