]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/UserNotification/UNDRequest.defs
xnu-1699.32.7.tar.gz
[apple/xnu.git] / osfmk / UserNotification / UNDRequest.defs
index 0de4d49477a5fc19a4abf374e69d77c15f363cb2..bfe925c803652911c4226d815e50c85a6ef49678 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@
  * 
@@ -74,10 +74,7 @@ simpleroutine UNDDisplayCustomFromBundle_rpc(
                        in      messageKey: UNDKey;
                        in      tokenKey: UNDPath);
 
-simpleroutine UNDDisplayCustomFromDictionary_rpc(
-                               server: UNDServerRef;
-                       in      reply: UNDReplyRef;
-                       in      data: xmlData);
+skip; /* was UNDDisplayCustomFromDictionary_rpc */
 
 simpleroutine UNDCancelNotification_rpc(
                                server: UNDServerRef;
@@ -116,4 +113,6 @@ routine UNDDisplayAlertSimple_rpc(
                         in     defaultButtonTitle:UNDLabel;
                         in     alternateButtonTitle:UNDLabel;
                         in     otherButtonTitle:UNDLabel;
-                       out     response: int);
+                       out     response: unsigned);
+
+/* vim: set ft=c : */