summaryrefslogtreecommitdiffstats
path: root/src/mobilebackup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobilebackup2.c')
-rw-r--r--src/mobilebackup2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mobilebackup2.c b/src/mobilebackup2.c
index 1e39efa..4263e1c 100644
--- a/src/mobilebackup2.c
+++ b/src/mobilebackup2.c
@@ -418,8 +418,8 @@ leave:
418 * @param client 418 * @param client
419 * @param request The request to send to the backup service. 419 * @param request The request to send to the backup service.
420 * Currently, this is one of "Backup", "Restore", "Info", or "List". 420 * Currently, this is one of "Backup", "Restore", "Info", or "List".
421 * @param target_identifier UUID of the target device. 421 * @param target_identifier UDID of the target device.
422 * @param source_identifier UUID of backup data? 422 * @param source_identifier UDID of backup data?
423 * @param options Additional options in a plist of type PLIST_DICT. 423 * @param options Additional options in a plist of type PLIST_DICT.
424 * 424 *
425 * @return MOBILEBACKUP2_E_SUCCESS if the request was successfully sent, 425 * @return MOBILEBACKUP2_E_SUCCESS if the request was successfully sent,