#ifndef TMPLIB_H
#define TMPLIB_H

#include <sys/types.h>
int mkusertemp(const char *user, uid_t uid, gid_t gid);

#endif

