twblue/mysc/keys/api_keys.c

11 lines
158 B
C
Raw Normal View History

#include "api_keys.h"
char *get_api_key(){
return "key\0";
}
char *get_api_secret(){
return "secret_key\0";
}
char *get_twishort_api_key(){
return "key\0";
}