#ifndef _UNPACK_H
#define _UNPACK_H

/* $Id$ */

int	checkspace(char *, char *, int);
int	unpack(char *);

#endif