#ifndef SESSION_H
#define SESSION_H

#include <pwd.h>

int sessreg(const struct passwd *pwd, const char *line, const char *host, 
	int nouutmp, int add, int silent);
int parse(int *argc, const char *argv[], int *noutmp, const char **display,
	const char **childprogram);

#endif

