9 lines
79 B
C
9 lines
79 B
C
#ifndef _DLCOUNT_H
|
|
#define _DLCOUNT_H
|
|
|
|
/* $Id$ */
|
|
|
|
void dlcount(void);
|
|
|
|
#endif
|