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/queue.h
2004-05-24 18:30:09 +00:00

12 lines
105 B
C

#ifndef _QUEUE_H
#define _QUEUE_H
/* $Id$ */
char *Basename(char *);
void flush_queue(void);
#endif