aboutsummaryrefslogtreecommitdiff
path: root/src/senddata.hh
blob: 89b045ee6f88266e5be243d44a613cdbf7efb00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef SENDDATA_HH
#define SENDDATA_HH

#include <list>
#include <string>

namespace Formaline
{
  
  using namespace std;
  
  int
  SendData (string hostname, int port, string data);
  
} // namespace Formaline

#endif // #ifndef SENDDATA_HH