Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
951 trimarchi 1
 
2
#ifndef _NET_PRINT_H_
3
#define _NET_PRINT_H_
4
 
5
int init_network(void);
6
int udp_print(char *str, ...);
7
 
8
#endif