sammler/network.h

8 lines
172 B
C
Raw Normal View History

2006-08-03 19:49:07 +02:00
#ifndef _NETWORK_H_
#define _NETWORK_H_
2006-08-26 14:01:10 +02:00
void net_submit(char *hostname, char *plugin, char *filename, int ds_id, char *data);
2006-08-03 19:49:07 +02:00
void net_commit();
#endif /* _NETWORK_H_ */