friends.h 199 B

1234567
  1. #ifndef FLIP_SOCIAL_FRIENDS_H
  2. #define FLIP_SOCIAL_FRIENDS_H
  3. #include "flip_social.h"
  4. bool friends_fetch(FlipperHTTP *fhttp);
  5. bool friends_update();
  6. bool friends_parse_json(FlipperHTTP *fhttp);
  7. #endif