APIMANS += gnutls_dtls_get_data_mtu.3
APIMANS += gnutls_dtls_set_mtu.3
APIMANS += gnutls_dtls_cookie_send.3
-APIMANS += gnutls_dtls_prestate_set.3
-APIMANS += gnutls_dtls_cookie_send.3
APIMANS += gnutls_dtls_cookie_verify.3
APIMANS += gnutls_dtls_prestate_set.3
APIMANS += gnutls_record_get_discarded.3
APIMANS += gnutls_certificate_get_openpgp_keyring.3
APIMANS += gnutls_global_init.3
APIMANS += gnutls_global_deinit.3
-APIMANS += gnutls_global_set_time_function.3
APIMANS += gnutls_global_set_mutex.3
APIMANS += gnutls_global_set_mem_functions.3
APIMANS += gnutls_global_set_time_function.3
APIMANS += gnutls_openpgp_keyring_get_crt.3
APIMANS += gnutls_openpgp_keyring_get_crt_count.3
APIMANS += gnutls_openpgp_set_recv_key_function.3
-APIMANS += gnutls_openpgp_set_recv_key_function.3
APIMANS += gnutls_certificate_set_openpgp_key.3
APIMANS += gnutls_certificate_set_openpgp_key_file.3
APIMANS += gnutls_certificate_set_openpgp_key_mem.3
APIMANS += gnutls_certificate_set_openpgp_key_mem2.3
APIMANS += gnutls_certificate_set_openpgp_keyring_mem.3
APIMANS += gnutls_certificate_set_openpgp_keyring_file.3
-APIMANS += gnutls_pkcs11_set_pin_function.3
APIMANS += gnutls_pkcs11_init.3
APIMANS += gnutls_pkcs11_deinit.3
APIMANS += gnutls_pkcs11_set_token_function.3
APIMANS += gnutls_x509_crt_get_subject_unique_id.3
APIMANS += gnutls_x509_crt_get_issuer_unique_id.3
APIMANS += gnutls_x509_crt_get_authority_info_access.3
-APIMANS += gnutls_x509_crt_get_authority_info_access.3
APIMANS += gnutls_x509_crt_get_crl_dist_points.3
APIMANS += gnutls_x509_crt_set_crl_dist_points2.3
APIMANS += gnutls_x509_crt_set_crl_dist_points.3
if ($line !~ m/typedef/ && $line !~ m/Copyright/) {
$func = '';
- if ($line =~ m/^\s*\w+[\s\*]+([A-Za-z0-9_]+)\s*\(.*/) {
+ if ($line =~ m/^\s*\w+[\s\*]+([A-Za-z0-9_]+)\s*\([^\)]+/) {
$func = $1;
}
- if ($line =~ m/^\s*\w+\s+\w+[\s\*]+([A-Za-z0-9_]+)\s*\(.*/) {
+ if ($line =~ m/^\s*\w+\s+\w+[\s\*]+([A-Za-z0-9_]+)\s*\([^\)]+/) {
$func = $1;
}
- if ($line =~ m/^[\s\*]*([A-Za-z0-9_]+)\s*\(.*/) {
+ if ($line =~ m/^[\s\*]*([A-Za-z0-9_]+)\s*\([^\)]+/) {
$func = $1;
}