7ae049d024
FossilOrigin-Name: c1fa73b0910ba0e1f685c4dc72923c589bb06063c64b2ffac517ca73ca3fd451
10 lines
189 B
C
10 lines
189 B
C
#ifndef __MOD_CIPWAP_H
|
|
#define __MOD_CIPWAP_H
|
|
|
|
struct mod_ac * mod_cipwap_ac();
|
|
struct mod_wtp * mod_cipwap_wtp();
|
|
|
|
extern int cipwap_register_actions_ac(struct cw_actiondef *def);
|
|
|
|
#endif
|