sammler/network.h

8 lines
189 B
C
Raw Normal View History

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