Files
MaxScale/maxscale-system-test/fw_copy_rules.h
Markus Mäkelä d11c78ad80 Format all sources with Uncrustify
Formatted all sources and manually tuned some files to make the code look
neater.
2018-09-10 13:22:49 +03:00

15 lines
420 B
C

#ifndef FW_COPY_RULES_H
#define FW_COPY_RULES_H
#include "testconnections.h"
/**
* @brief copy_rules Copy rules file for firewall filter to Maxscale machine
* @param Test TestConnections object
* @param rules_name Name of file to be copied
* @param rules_dir Directory where file is located
*/
void copy_rules(TestConnections* Test, const char* rules_name, const char* rules_dir);
#endif // FW_COPY_RULES_H