explore.h 218 B

1234567
  1. #ifndef FLIP_SOCIAL_EXPLORE_H
  2. #define FLIP_SOCIAL_EXPLORE_H
  3. #include "flip_social.h"
  4. bool explore_fetch(FlipperHTTP *fhttp);
  5. bool explore_fetch_2(FlipperHTTP *fhttp);
  6. bool explore_parse_json(FlipperHTTP *fhttp);
  7. #endif