librosie.h 264 B

123456789101112131415
  1. #ifndef _LIBROSIE_H
  2. #define _LIBROSIE_H 1
  3. #include <kopano/zcdefs.h>
  4. #include <string>
  5. #include <vector>
  6. namespace KC {
  7. extern _kc_export bool rosie_clean_html(const std::string &in, std::string *out, std::vector<std::string> *err);
  8. }
  9. #endif /* LIBROSIE_H */