otrl_auth_new ( struct context* context )
Field 'context.auth.commit_sent_time' in 1st parameter 'context' (pointer) is of type 'time_t'.
otrl_auth_clear ( struct OtrlAuthInfo* auth )
Field 'auth.commit_sent_time' in 1st parameter 'auth' (pointer) is of type 'time_t'.
otrl_instag_find ( OtrlUserState us, char const* accountname, char const* protocol )
Field 'us.context_root.auth.commit_sent_time' in 1st parameter 'us' (pointer) is of type 'time_t'.
otrl_instag_read ( OtrlUserState us, char const* filename )
Field 'us.context_root.auth.commit_sent_time' in 1st parameter 'us' (pointer) is of type 'time_t'.
otrl_context_find ( OtrlUserState us, char const* user, char const* accountname, char const* protocol, otrl_instag_t their_instance, int add_if_missing, int* addedp, void(*add_app_data)(void*, ConnContext*), void* data )
Field 'add_app_data.p1.auth.commit_sent_time' in 8th parameter 'add_app_data' has base type 'time_t'.
otrl_instag_write ( OtrlUserState us, char const* filename )
Field 'us.context_root.auth.commit_sent_time' in 1st parameter 'us' (pointer) is of type 'time_t'.
otrl_message_poll ( OtrlUserState us, OtrlMessageAppOps const* ops, void* opdata )
Field 'ops.convert_free.p1.auth.commit_sent_time' in 2nd parameter 'ops' (pointer) has base type 'time_t'.
otrl_privkey_find ( OtrlUserState us, char const* accountname, char const* protocol )
Field 'us.context_root.auth.commit_sent_time' in 1st parameter 'us' (pointer) is of type 'time_t'.
otrl_privkey_read ( OtrlUserState us, char const* filename )
Field 'us.context_root.auth.commit_sent_time' in 1st parameter 'us' (pointer) is of type 'time_t'.
otrl_auth_start_v1 ( struct OtrlAuthInfo* auth, struct DH_keypair* our_dh, unsigned int our_keyid, OtrlPrivKey* privkey )
Field 'auth.commit_sent_time' in 1st parameter 'auth' (pointer) is of type 'time_t'.
...