removed double decl of asInit()

This commit is contained in:
Jeff Hill
1999-12-14 21:07:21 +00:00
parent 2105d9776e
commit e8d89c45b3

View File

@@ -30,7 +30,6 @@ typedef struct {
int asSetFilename(char *acf);
int asSetSubstitutions(char *substitutions);
int asInit(void);
int asInitAsyn(ASDBCALLBACK *pcallback);
int asDbGetAsl( void *paddr);
ASMEMBERPVT asDbGetMemberPvt( void *paddr);