summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am14
-rw-r--r--src/afc.c (renamed from src/AFC.c)4
-rw-r--r--src/afc.h (renamed from src/AFC.h)2
-rw-r--r--src/installation_proxy.c (renamed from src/InstallationProxy.c)4
-rw-r--r--src/installation_proxy.h (renamed from src/InstallationProxy.h)2
-rw-r--r--src/mobilesync.c (renamed from src/MobileSync.c)4
-rw-r--r--src/mobilesync.h (renamed from src/MobileSync.h)2
-rw-r--r--src/notification_proxy.c (renamed from src/NotificationProxy.c)4
-rw-r--r--src/notification_proxy.h (renamed from src/NotificationProxy.h)2
-rw-r--r--src/sbservices.c (renamed from src/SBServices.c)4
-rw-r--r--src/sbservices.h (renamed from src/SBServices.h)2
11 files changed, 22 insertions, 22 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bb7252e..2e92382 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,13 +5,13 @@ AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_L
5 5
6lib_LTLIBRARIES = libiphone.la 6lib_LTLIBRARIES = libiphone.la
7libiphone_la_SOURCES = iphone.c iphone.h \ 7libiphone_la_SOURCES = iphone.c iphone.h \
8 debug.c debug.h\
9 userpref.c userpref.h\
8 property_list_service.c property_list_service.h\ 10 property_list_service.c property_list_service.h\
9 device_link_service.c device_link_service.h\ 11 device_link_service.c device_link_service.h\
10 lockdown.c lockdown.h\ 12 lockdown.c lockdown.h\
11 AFC.c AFC.h\ 13 afc.c afc.h\
12 NotificationProxy.c NotificationProxy.h\ 14 notification_proxy.c notification_proxy.h\
13 InstallationProxy.c InstallationProxy.h\ 15 installation_proxy.c installation_proxy.h\
14 SBServices.c SBServices.h\ 16 sbservices.c sbservices.h\
15 userpref.c userpref.h\ 17 mobilesync.c mobilesync.h
16 debug.c debug.h\
17 MobileSync.c MobileSync.h
diff --git a/src/AFC.c b/src/afc.c
index db00735..fc09287 100644
--- a/src/AFC.c
+++ b/src/afc.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * AFC.c 2 * afc.c
3 * Contains functions for the built-in AFC client. 3 * Contains functions for the built-in AFC client.
4 * 4 *
5 * Copyright (c) 2008 Zach C. All Rights Reserved. 5 * Copyright (c) 2008 Zach C. All Rights Reserved.
@@ -23,7 +23,7 @@
23#include <stdlib.h> 23#include <stdlib.h>
24#include <unistd.h> 24#include <unistd.h>
25 25
26#include "AFC.h" 26#include "afc.h"
27#include "iphone.h" 27#include "iphone.h"
28#include "debug.h" 28#include "debug.h"
29 29
diff --git a/src/AFC.h b/src/afc.h
index 5db865f..f8a5da3 100644
--- a/src/AFC.h
+++ b/src/afc.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * AFC.h 2 * afc.h
3 * Defines and structs and the like for the built-in AFC client 3 * Defines and structs and the like for the built-in AFC client
4 * 4 *
5 * Copyright (c) 2008 Zach C. All Rights Reserved. 5 * Copyright (c) 2008 Zach C. All Rights Reserved.
diff --git a/src/InstallationProxy.c b/src/installation_proxy.c
index 9ada994..a99b5cb 100644
--- a/src/InstallationProxy.c
+++ b/src/installation_proxy.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * InstallationProxy.c 2 * installation_proxy.c
3 * Installation Proxy implementation. 3 * Installation Proxy implementation.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved.
@@ -25,7 +25,7 @@
25#include <arpa/inet.h> 25#include <arpa/inet.h>
26#include <plist/plist.h> 26#include <plist/plist.h>
27 27
28#include "InstallationProxy.h" 28#include "installation_proxy.h"
29#include "property_list_service.h" 29#include "property_list_service.h"
30#include "debug.h" 30#include "debug.h"
31 31
diff --git a/src/InstallationProxy.h b/src/installation_proxy.h
index f0b5691..0204533 100644
--- a/src/InstallationProxy.h
+++ b/src/installation_proxy.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * InstallationProxy.h 2 * installation_proxy.h
3 * Installation Proxy header file. 3 * Installation Proxy header file.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved.
diff --git a/src/MobileSync.c b/src/mobilesync.c
index 827ed35..64c06d5 100644
--- a/src/MobileSync.c
+++ b/src/mobilesync.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * MobileSync.c 2 * mobilesync.c
3 * Contains functions for the built-in MobileSync client. 3 * Contains functions for the built-in MobileSync client.
4 * 4 *
5 * Copyright (c) 2009 Jonathan Beck All Rights Reserved. 5 * Copyright (c) 2009 Jonathan Beck All Rights Reserved.
@@ -24,7 +24,7 @@
24#include <stdlib.h> 24#include <stdlib.h>
25#include <arpa/inet.h> 25#include <arpa/inet.h>
26 26
27#include "MobileSync.h" 27#include "mobilesync.h"
28#include "device_link_service.h" 28#include "device_link_service.h"
29#include "debug.h" 29#include "debug.h"
30 30
diff --git a/src/MobileSync.h b/src/mobilesync.h
index 6538343..e69cb25 100644
--- a/src/MobileSync.h
+++ b/src/mobilesync.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * MobileSync.h 2 * mobilesync.h
3 * Definitions for the built-in MobileSync client 3 * Definitions for the built-in MobileSync client
4 * 4 *
5 * Copyright (c) 2009 Jonathan Beck All Rights Reserved. 5 * Copyright (c) 2009 Jonathan Beck All Rights Reserved.
diff --git a/src/NotificationProxy.c b/src/notification_proxy.c
index e994c16..0969985 100644
--- a/src/NotificationProxy.c
+++ b/src/notification_proxy.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * NotificationProxy.c 2 * notification_proxy.c
3 * Notification Proxy implementation. 3 * Notification Proxy implementation.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved.
@@ -26,7 +26,7 @@
26#include <arpa/inet.h> 26#include <arpa/inet.h>
27#include <plist/plist.h> 27#include <plist/plist.h>
28 28
29#include "NotificationProxy.h" 29#include "notification_proxy.h"
30#include "property_list_service.h" 30#include "property_list_service.h"
31#include "debug.h" 31#include "debug.h"
32 32
diff --git a/src/NotificationProxy.h b/src/notification_proxy.h
index a2b3001..6ff2cde 100644
--- a/src/NotificationProxy.h
+++ b/src/notification_proxy.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * NotificationProxy.h 2 * notification_proxy.h
3 * Notification Proxy header file. 3 * Notification Proxy header file.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved.
diff --git a/src/SBServices.c b/src/sbservices.c
index 69c7425..2254c64 100644
--- a/src/SBServices.c
+++ b/src/sbservices.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * SBServices.c 2 * sbservices.c
3 * SpringBoard Services implementation. 3 * SpringBoard Services implementation.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved.
@@ -25,7 +25,7 @@
25#include <arpa/inet.h> 25#include <arpa/inet.h>
26#include <plist/plist.h> 26#include <plist/plist.h>
27 27
28#include "SBServices.h" 28#include "sbservices.h"
29#include "property_list_service.h" 29#include "property_list_service.h"
30#include "debug.h" 30#include "debug.h"
31 31
diff --git a/src/SBServices.h b/src/sbservices.h
index d24828a..5c95eaf 100644
--- a/src/SBServices.h
+++ b/src/sbservices.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * SBServices.h 2 * sbservices.h
3 * SpringBoard Services header file. 3 * SpringBoard Services header file.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved.