twblue/mysc/keys/api_keys.h
José Manuel Delicado Alcolea d888563fda
Updated Api keys
2021-10-27 22:00:58 +02:00

9 lines
123 B
C

#ifndef _API_KEYS_H
#define API_KEYS_H
char *get_api_key();
char *get_api_secret();
char *get_twishort_api_key();
#endif