123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _sendsocket_h_
- #define _sendsocket_h_
- #ifdef __cplusplus
- extern "C" {
- #endif
- char * sendsocket (const char *hostNameAndPort, const char *command);
- #ifdef __cplusplus
- }
- #endif
- #endif
|