#ifndef PUTUTMP_H
#define PUTUTMP_H

#ifndef BUILD_PUTUTMP
#include <utmp.h>
#define pututline pututline_helper
#endif

void pututline_helper(struct utmp *ut);

#endif

