15 lines
368 B
C
15 lines
368 B
C
|
|
#pragma once
|
||
|
|
#ifndef __KNI_PXY_TCP_OPTION_H__
|
||
|
|
#define __KNI_PXY_TCP_OPTION_H__
|
||
|
|
|
||
|
|
#include <MESA/Maat_rule.h>
|
||
|
|
#include "kni_entry.h"
|
||
|
|
#include "tsg/tsg_rule.h"
|
||
|
|
|
||
|
|
int pxy_tcp_option_rule_init(const char* conffile, void *logger);
|
||
|
|
|
||
|
|
int pxy_tcp_option_get_param(Maat_feather_t maat_feather,const struct streaminfo *a_stream,struct pme_info *pmeinfo, void *logger);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|