2015-04-05 20:26:33 +02:00
|
|
|
|
|
|
|
#ifndef __CIPWAP_H
|
|
|
|
#define __CIPWAP_H
|
|
|
|
|
2015-04-18 12:02:58 +02:00
|
|
|
#include "strheap.h"
|
|
|
|
#include "action.h"
|
|
|
|
|
2015-10-18 09:49:14 +02:00
|
|
|
extern struct cw_strlist_elem cipwap_strings_elem[];
|
2015-04-18 12:02:58 +02:00
|
|
|
extern int cw_register_actions_cipwap_wtp(struct cw_actiondef *def);
|
|
|
|
|
2015-04-05 20:26:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|