wtp stuf added
FossilOrigin-Name: c1fa73b0910ba0e1f685c4dc72923c589bb06063c64b2ffac517ca73ca3fd451
This commit is contained in:
parent
224175758e
commit
7ae049d024
@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
OBJS=\
|
OBJS=\
|
||||||
mod_cipwap_ac.o \
|
mod_cipwap_ac.o \
|
||||||
cipwap_actions_ac.o
|
mod_cipwap_wtp.o \
|
||||||
|
cipwap_actions_ac.o \
|
||||||
|
cipwap_actions_wtp.o \
|
||||||
|
|
||||||
|
|
||||||
NAME=libcipwap.a
|
NAME=libcipwap.a
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
#define __MOD_CIPWAP_H
|
#define __MOD_CIPWAP_H
|
||||||
|
|
||||||
struct mod_ac * mod_cipwap_ac();
|
struct mod_ac * mod_cipwap_ac();
|
||||||
|
struct mod_wtp * mod_cipwap_wtp();
|
||||||
|
|
||||||
extern int cipwap_register_actions_ac(struct cw_actiondef *def);
|
extern int cipwap_register_actions_ac(struct cw_actiondef *def);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user