hosts_db.h (darkstat-3.0.719) | : | hosts_db.h (darkstat-3.0.721) | ||
---|---|---|---|---|
skipping to change at line 80 | skipping to change at line 80 | |||
struct bucket *host_get_port_tcp(struct bucket *host, const uint16_t port); | struct bucket *host_get_port_tcp(struct bucket *host, const uint16_t port); | |||
struct bucket *host_get_port_tcp_remote(struct bucket *host, | struct bucket *host_get_port_tcp_remote(struct bucket *host, | |||
const uint16_t port); | const uint16_t port); | |||
struct bucket *host_get_port_udp(struct bucket *host, const uint16_t port); | struct bucket *host_get_port_udp(struct bucket *host, const uint16_t port); | |||
struct bucket *host_get_port_udp_remote(struct bucket *host, | struct bucket *host_get_port_udp_remote(struct bucket *host, | |||
const uint16_t port); | const uint16_t port); | |||
struct bucket *host_get_ip_proto(struct bucket *host, const uint8_t proto); | struct bucket *host_get_ip_proto(struct bucket *host, const uint8_t proto); | |||
/* Web pages. */ | /* Web pages. */ | |||
struct str *html_hosts(const char *uri, const char *query); | struct str *html_hosts(const char *uri, const char *query); | |||
struct str *text_metrics(); | ||||
/* From hosts_sort */ | /* From hosts_sort */ | |||
void qsort_buckets(const struct bucket **a, size_t n, | void qsort_buckets(const struct bucket **a, size_t n, | |||
size_t left, size_t right, const enum sort_dir d); | size_t left, size_t right, const enum sort_dir d); | |||
#endif /* __DARKSTAT_HOSTS_DB_H */ | #endif /* __DARKSTAT_HOSTS_DB_H */ | |||
/* vim:set ts=3 sw=3 tw=78 expandtab: */ | /* vim:set ts=3 sw=3 tw=78 expandtab: */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |