#include "connections.h" int main(int argc, char const *argv[]) { // Initialise the connections connections_init(argc, argv); return 0; }