9 lines
90 B
C
9 lines
90 B
C
|
#ifndef _SHORTBOX_H
|
||
|
#define _SHORTBOX_H
|
||
|
|
||
|
/* $Id$ */
|
||
|
|
||
|
char *shortboxname(faddr *);
|
||
|
|
||
|
#endif
|