9 lines
102 B
C
9 lines
102 B
C
#ifndef _BACKALIAS_H
|
|
#define _BACKALIAS_H
|
|
|
|
char *backalias(faddr *);
|
|
void readalias(char *);
|
|
|
|
#endif
|
|
|