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
2009-05-15 22:01:56 +02:00

12 lines
150 B
C

#ifndef _QUEUE_H
#define _QUEUE_H
/* $Id: queue.h,v 1.3 2004/05/24 18:30:09 mbse Exp $ */
char *Basename(char *);
void flush_queue(void);
#endif