]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/UserNotification/UNDRequest.defs
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / UserNotification / UNDRequest.defs
index 0de4d49477a5fc19a4abf374e69d77c15f363cb2..9a3a7c9549cbdd261058a6efd182d7f3d4d258c0 100644 (file)
@@ -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 : */