#ifndef _ULOCK_H
#define _ULOCK_H

int	checkspace(char *, char *, int);
int	lockunpack(void);
void	ulockunpack(void);
int	unpack(char *);

#endif