summaryrefslogtreecommitdiff
path: root/src/utmpx/getutxline.c
blob: ceed9b1e8c0c6005a1db57c0d8c27b253c40f9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <utmpx.h>
#include <stddef.h>

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

/*
XOPEN(400)
*/