int utempter_add_record(int master_fd, const char *hostname) {
	return 0;
}

int utempter_remove_record (int master_fd) {
	return 0;
}
