mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
13 lines
232 B
C
13 lines
232 B
C
#ifndef _API_KEYS_H
|
|
#define API_KEYS_H
|
|
|
|
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
|