This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbfido/unpack.h
2002-08-05 13:30:44 +00:00

10 lines
114 B
C

#ifndef _UNPACK_H
#define _UNPACK_H
/* $Id$ */
int checkspace(char *, char *, int);
int unpack(char *);
#endif