/* * Copyright (c) 2003-2005 by Siarzhuk Zharski * Distributed under the terms of the BSD License. * */ #ifndef _PROTO_CBI_H_ #define _PROTO_CBI_H_ #ifndef _PROTO_MODULE_H_ #include "proto_module.h" #endif /* _PROTO_MODULE_H_ */ extern protocol_module_info cbi_protocol_m; #endif /*_PROTO_CBI_H_*/