#ifndef _AKA_HPP_
#define _AKA_HPP_
#include "fidoaddr.h"

int IsMyAka(FA const &Addr);
FA &GetMyAka(FA const &Addr);
int SetAka(FA &f, FA &m);
void DestroyAka(void);

#endif



syntax highlighted by Code2HTML, v. 0.9.1