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

12 lines
160 B
C
Raw Normal View History

2009-05-15 20:01:56 +00:00
#ifndef _MBCICO_H
#define _MBCICO_H
/* $Id: mbcico.h,v 1.3 2003/11/30 14:36:53 mbroek Exp $ */
void usage(void);
void free_mem(void);
void die(int);
#endif