From 7d4b4ede547dd2e63642b2b87d800ec875a97ef1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 10 Aug 2008 23:13:59 +0200 Subject: Mark some functions as static Signed-off-by: Matt Colyer --- src/AFC.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/AFC.h') 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); -- cgit v1.1-32-gdbae