blob: 5a0dcc0fdaa9d58cf77357457f07fad14f836a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {dane_query_status_t} {dane_query_status} (dane_query_t @var{q})
@var{q}: The query result structure
This function will return the status of the query response.
See @code{dane_query_status_t} for the possible types.
@strong{Returns:} The status type.
@end deftypefun
|