summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/AFC.h b/src/AFC.h
index 39ada91..8d2fea4 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -86,10 +86,6 @@ enum {
AFClient *afc_connect(iPhone *phone, int s_port, int d_port);
void afc_disconnect(AFClient *client);
-int count_nullspaces(char *string, int number);
-char **make_strings_list(char *tokens, int true_length);
-int dispatch_AFC_packet(AFClient *client, const char *data, int length);
-int receive_AFC_data(AFClient *client, char **dump_here);
char **afc_get_dir_list(AFClient *client, const char *dir);
AFCFile *afc_get_file_info(AFClient *client, const char *path);