This commit is contained in:
fincs 2020-02-12 00:47:03 +01:00
parent 68d6260d72
commit c4ebdb4cd8
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -85,10 +85,10 @@ void pmshellExit(void);
Service* pmshellGetServiceSession(void); Service* pmshellGetServiceSession(void);
/// Initialize pm:bm. /// Initialize pm:bm.
Result pmbmInitialize(); Result pmbmInitialize(void);
/// Exit pm:bm. /// Exit pm:bm.
void pmbmExit(); void pmbmExit(void);
/// Gets the Service object for the actual pm:bm service session. /// Gets the Service object for the actual pm:bm service session.
Service* pmbmGetServiceSession(void); Service* pmbmGetServiceSession(void);