summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/promoterutil.h')
-rw-r--r--include/user/promoterutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h
index 283706c..e39d326 100644
--- a/include/user/promoterutil.h
+++ b/include/user/promoterutil.h
@@ -47,13 +47,13 @@ int scePromoterUtilityDeletePkg(const char *titleid);
int scePromoterUtilityUpdateLiveArea(ScePromoterUtilityLAUpdate *args);
/**
- * Install a backup from a directory, and add an icon on the LiveArea.
+ * Install a import from a directory, and add an icon on the LiveArea.
*
- * @param[in] *path - the path of the directory where the extracted content of the backup is
+ * @param[in] *path - the path of the directory where the extracted content of the import is
*
* @return 0 on success.
*/
-int scePromoterUtilityPromoteBackup(const char *path);
+int scePromoterUtilityPromoteImport(const char *path);
/**
* Install a package from a directory, and add an icon on the LiveArea.