f4ebe841a5
FossilOrigin-Name: 8a43dd9d05a4cb73210243ddd8df2a26f16c7ef2c4d4e36ab446de1f65d88223
15 lines
215 B
C
15 lines
215 B
C
|
|
#ifndef __CIPWAP_H
|
|
#define __CIPWAP_H
|
|
|
|
#include "strheap.h"
|
|
#include "action.h"
|
|
|
|
extern struct cw_strlist_elem cipwap_strings_elem[];
|
|
extern int cw_register_actions_cipwap_wtp(struct cw_actiondef *def);
|
|
|
|
|
|
|
|
#endif
|
|
|