/* * Copyright (c) 2003-2005 by Siarzhuk Zharski * Distributed under the terms of the BSD License. * */ /** bulk-only protocol "standard" procedures */ #ifndef _PROTO_BULK_H_ #define _PROTO_BULK_H_ #ifndef _PROTO_MODULE_H_ #include "proto_module.h" #endif /* _PROTO_MODULE_H_ */ extern protocol_module_info bulk_only_protocol_m; #endif /*_PROTO_BULK_H_*/