2016-02-22 09:16:37 +01:00
|
|
|
#ifndef __MOD_CIPWAP_H
|
|
|
|
#define __MOD_CIPWAP_H
|
|
|
|
|
|
|
|
struct mod_ac * mod_cipwap_ac();
|
2016-04-02 16:46:40 +02:00
|
|
|
struct mod_wtp * mod_cipwap_wtp();
|
|
|
|
|
2016-04-02 09:05:07 +02:00
|
|
|
extern int cipwap_register_actions_ac(struct cw_actiondef *def);
|
2016-02-22 09:16:37 +01:00
|
|
|
|
|
|
|
#endif
|