Updated Api keys

This commit is contained in:
José Manuel Delicado Alcolea 2021-10-27 22:00:58 +02:00
parent f31575a733
commit d888563fda
No known key found for this signature in database
GPG Key ID: 0AE1602453DD004C
2 changed files with 0 additions and 17 deletions

View File

@ -5,19 +5,6 @@ return "key\0";
char *get_api_secret(){
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(){
return "key\0";
}
char *get_bts_user(){
return "user\0";
}
char *get_bts_password(){
return "pass\0";
}

View File

@ -3,10 +3,6 @@
char *get_api_key();
char *get_api_secret();
char *get_dropbox_api_key();
char *get_dropbox_api_secret();
char *get_twishort_api_key();
char *get_bts_user();
char *get_bts_password();
#endif