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

12 lines
105 B
C
Raw Normal View History

2002-08-04 10:52:51 +00:00
#ifndef _QUEUE_H
#define _QUEUE_H
/* $Id$ */
2002-08-05 13:30:44 +00:00
2004-05-24 18:30:09 +00:00
char *Basename(char *);
2002-08-05 13:30:44 +00:00
void flush_queue(void);
2002-08-04 10:52:51 +00:00
#endif