/* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ #ifndef __NET_H__ #define __NET_H__ void Init_Network(); void test_network(); #endif