sammler/network.h

8 lines
189 B
C

#ifndef _NETWORK_H_
#define _NETWORK_H_
void net_submit(char *hostname, struct sammler_plugin *plugin, char *filename, int ds_id, char *data);
void net_commit();
#endif /* _NETWORK_H_ */