⛏️ index : haiku.git

/*
 * Copyright 2020 Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 */

#include <utmpx.h>


void
endutxent(void)
{
}


void
setutxent(void)
{
}


struct utmpx*
getutxent(void)
{
	return NULL;
}


struct utmpx*
getutxid(const struct utmpx *ut)
{
	return NULL;
}


struct utmpx*
getutxline(const struct utmpx *ut)
{
	return NULL;
}


struct utmpx*
pututxline(const struct utmpx *ut)
{
	return NULL;
}