mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Merge branch 'next-gen' of github.com:manuelcortez/twblue into next-gen
This commit is contained in:
commit
bd25cfa59b
@ -5,19 +5,6 @@ return "key\0";
|
|||||||
char *get_api_secret(){
|
char *get_api_secret(){
|
||||||
return "secret_key\0";
|
return "secret_key\0";
|
||||||
}
|
}
|
||||||
char *get_dropbox_api_key(){
|
|
||||||
return "key\0";
|
|
||||||
}
|
|
||||||
char *get_dropbox_api_secret(){
|
|
||||||
return "secret_key\0";
|
|
||||||
}
|
|
||||||
char *get_twishort_api_key(){
|
char *get_twishort_api_key(){
|
||||||
return "key\0";
|
return "key\0";
|
||||||
}
|
}
|
||||||
char *get_bts_user(){
|
|
||||||
return "user\0";
|
|
||||||
}
|
|
||||||
char *get_bts_password(){
|
|
||||||
return "pass\0";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
|
|
||||||
char *get_api_key();
|
char *get_api_key();
|
||||||
char *get_api_secret();
|
char *get_api_secret();
|
||||||
char *get_dropbox_api_key();
|
|
||||||
char *get_dropbox_api_secret();
|
|
||||||
char *get_twishort_api_key();
|
char *get_twishort_api_key();
|
||||||
char *get_bts_user();
|
|
||||||
char *get_bts_password();
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user