compute.h 152 B

12345678
  1. #pragma once
  2. #include "curl.h"
  3. int get_servers(struct string *s);
  4. int get_compute_aggregates(struct string *s);
  5. int aggregate(int argc, char **argv);