/*
- * 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@
*
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;
in defaultButtonTitle:UNDLabel;
in alternateButtonTitle:UNDLabel;
in otherButtonTitle:UNDLabel;
- out response: int);
+ out response: unsigned);
+
+/* vim: set ft=c : */