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/mbcico/mbcico.h
2003-11-30 14:36:53 +00:00

12 lines
112 B
C

#ifndef _MBCICO_H
#define _MBCICO_H
/* $Id$ */
void usage(void);
void free_mem(void);
void die(int);
#endif