wtp stuf added

FossilOrigin-Name: c1fa73b0910ba0e1f685c4dc72923c589bb06063c64b2ffac517ca73ca3fd451
This commit is contained in:
7u83@mail.ru 2016-04-02 14:46:40 +00:00
parent 224175758e
commit 7ae049d024
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,9 @@
OBJS=\
mod_cipwap_ac.o \
cipwap_actions_ac.o
mod_cipwap_wtp.o \
cipwap_actions_ac.o \
cipwap_actions_wtp.o \
NAME=libcipwap.a

View File

@ -2,6 +2,8 @@
#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