Go to the documentation of this file.
12 #ifndef ZYPP_EXTERNALDATASOURCE_H
13 #define ZYPP_EXTERNALDATASOURCE_H
20 namespace externalprogram {
54 bool send (
const char *buffer,
size_t length);
60 bool send (std::string s);
68 size_t receive(
char *buffer,
size_t length);
107 #endif // ZYPP_EXTERNALDATASOURCE_H