10 lines
83 B
C
10 lines
83 B
C
#ifndef _ADDBBS_H
|
|
#define _ADDBBS_H
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
int Add_BBS(qualify **);
|
|
|
|
#endif
|