diff options
Diffstat (limited to 'email-daemon/include/email-daemon-emn.h')
-rwxr-xr-x | email-daemon/include/email-daemon-emn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/email-daemon/include/email-daemon-emn.h b/email-daemon/include/email-daemon-emn.h index 3607cf7..b11dc4d 100755 --- a/email-daemon/include/email-daemon-emn.h +++ b/email-daemon/include/email-daemon-emn.h @@ -83,7 +83,7 @@ int emdaemon_finalize_emn(int bExtDest); * @remarks N/A * @return This function returns true on success or false on failure. */ -typedef int (*emf_emn_noti_cb)( +typedef int (*email_emn_noti_cb)( void* user_data, int err_code ); @@ -98,7 +98,7 @@ typedef int (*emf_emn_noti_cb)( * @remarks N/A * @return This function returns true on success or false on failure. */ -INTERNAL_FUNC int emdaemon_handle_emn_notification(unsigned char* wbxml_b64, emf_emn_noti_cb callback, int* err_code); +INTERNAL_FUNC int emdaemon_handle_emn_notification(unsigned char* wbxml_b64, email_emn_noti_cb callback, int* err_code); #endif #ifdef __cplusplus |