This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
hackfridge/terminal/network.h

7 lines
152 B
C

#ifndef __HASHFRIDGE_NETWORK__
#define __HASHFRIDGE_NETWORK__
int send_purchase(const char* host, int port, const char* code, const char* dn);
#endif