Fix frdGetSessionHandle declaration

This commit is contained in:
Slattz 2019-02-12 11:02:13 +00:00 committed by fincs
parent 79a77cd862
commit 67f10f0ba9

View File

@ -97,7 +97,7 @@ Result frdInit(void);
void frdExit(void);
/// Get FRD handle.
Handle *frdSessionGetHandle(void);
Handle *frdGetSessionHandle(void);
/**
* @brief Gets the login status of the current user.
* @param state Pointer to write the current user's login status to.