9 lines
126 B
C
9 lines
126 B
C
|
#ifndef _DLCOUNT_H
|
||
|
#define _DLCOUNT_H
|
||
|
|
||
|
/* $Id: dlcount.h,v 1.1 2005/08/11 15:14:27 mbse Exp $ */
|
||
|
|
||
|
void dlcount(void);
|
||
|
|
||
|
#endif
|