MPD 0.17~git
|
#include <glib.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | ntp_server |
Functions | |
void | ntp_server_init (struct ntp_server *ntp) |
bool | ntp_server_open (struct ntp_server *ntp, GError **error_r) |
void | ntp_server_close (struct ntp_server *ntp) |
void ntp_server_close | ( | struct ntp_server * | ntp | ) |
void ntp_server_init | ( | struct ntp_server * | ntp | ) |
bool ntp_server_open | ( | struct ntp_server * | ntp, |
GError ** | error_r | ||
) |