SingingCat 0
application
forwarding.h
Go to the documentation of this file.
1#include "main-header.h"
2
14#ifndef __FORWARDING_H
15#define __FORWARDING_H
16int forward_packet(struct command *com);
17void set_forward_debug(byte b);
18#endif
int forward_packet(struct command *com)
a command is forwarded to target based on our hostroutes
Definition: forwarding.c:31