Skip to content

Commit

Permalink
remove merge conflict syntax (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiEnby committed Aug 9, 2024
1 parent 4a4f62a commit 06d1b4a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions include/psp2/npdrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,12 @@ int _sceNpDrmGetRifNameForInstall(char *rif_name, SceNpDrmLicense *rif_data, int
*
* @param[out] flags - License flags
*
<<<<<<< HEAD
* @param[out] exp_time - Expire times output
*
* @return 0 on success, < 0 on error
*/
int scePsmDrmGetRifKey(const ScePsmDrmLicense *license_buf, ScePsmDrmKeySet *keydata, int* flags, ScePsmDrmExpireTime* exp_time);
=======
* @param[out] exp_time expire time output, [0] is start_date, [1] is end_date
*
* @return 0 on success, < 0 on error
*/
int scePsmDrmGetRifKey(const ScePsmDrmLicense *license_buf, char *keydata, int* flags, SceUInt64 exp_time[2]);
>>>>>>> 3e22e49 (add missing arguments to scePsmDrmGetRifKey)


#ifdef __cplusplus
}
Expand Down

0 comments on commit 06d1b4a

Please sign in to comment.