diff options
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -86,10 +86,6 @@ enum { | |||
| 86 | 86 | ||
| 87 | AFClient *afc_connect(iPhone *phone, int s_port, int d_port); | 87 | AFClient *afc_connect(iPhone *phone, int s_port, int d_port); |
| 88 | void afc_disconnect(AFClient *client); | 88 | void afc_disconnect(AFClient *client); |
| 89 | int count_nullspaces(char *string, int number); | ||
| 90 | char **make_strings_list(char *tokens, int true_length); | ||
| 91 | int dispatch_AFC_packet(AFClient *client, const char *data, int length); | ||
| 92 | int receive_AFC_data(AFClient *client, char **dump_here); | ||
| 93 | 89 | ||
| 94 | char **afc_get_dir_list(AFClient *client, const char *dir); | 90 | char **afc_get_dir_list(AFClient *client, const char *dir); |
| 95 | AFCFile *afc_get_file_info(AFClient *client, const char *path); | 91 | AFCFile *afc_get_file_info(AFClient *client, const char *path); |
