summaryrefslogtreecommitdiff
path: root/package/ramips/applications/hwnat/src/ac_api.h
blob: dd5a40f9e2264295c852095c599d4ecdbe859ce9 (plain)
1
2
3
4
5
6
#ifndef __AC_API
#define __AC_API

int SetAcEntry(struct ac_args *opt, unsigned int cmd);
int GetAcEntry(struct ac_args *opt, unsigned int cmd);
#endif