contentparser.h 288 B

123456789101112
  1. //
  2. // Created by janco on 25-3-16.
  3. //
  4. #ifndef CONTENTPARSER_H
  5. #define CONTENTPARSER_H
  6. void parseAlarmJson(char* content);
  7. void parseCommandQue(char* content);
  8. void parsetimezone(char* content);
  9. void parseTwitch(char* content);
  10. void TwitterParser(char* content);
  11. #endif //CONTENTPARSER_H