diff options
| author | 2009-03-16 21:40:33 +0100 | |
|---|---|---|
| committer | 2009-03-16 21:40:33 +0100 | |
| commit | 19992c668afeb53a28e08a1f61572b5379f87590 (patch) | |
| tree | 4f1784b81afe88a6240889961b5fc3d2b0d6a82e /src/NotificationProxy.h | |
| parent | 0d05f8de79ee91e9be80c6296eff9ce216582ba4 (diff) | |
| parent | 201e1ff5bf2054fcb1c0cc3cd7ba1e229dbde3fa (diff) | |
| download | libimobiledevice-19992c668afeb53a28e08a1f61572b5379f87590.tar.gz libimobiledevice-19992c668afeb53a28e08a1f61572b5379f87590.tar.bz2 | |
Merge branch 'master' into contact_sync
Conflicts:
configure.ac
dev/Makefile.am
include/libiphone/libiphone.h
src/AFC.c
src/AFC.h
src/Makefile.am
Diffstat (limited to 'src/NotificationProxy.h')
| -rw-r--r-- | src/NotificationProxy.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h new file mode 100644 index 0000000..57ad751 --- /dev/null +++ b/src/NotificationProxy.h | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | /* | ||
| 2 | * NotificationProxy.h | ||
| 3 | * Notification Proxy header file. | ||
| 4 | * | ||
| 5 | * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. | ||
| 6 | * | ||
| 7 | * This library is free software; you can redistribute it and/or | ||
| 8 | * modify it under the terms of the GNU Lesser General Public | ||
| 9 | * License as published by the Free Software Foundation; either | ||
| 10 | * version 2.1 of the License, or (at your option) any later version. | ||
| 11 | * | ||
| 12 | * This library is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 15 | * Lesser General Public License for more details. | ||
| 16 | * | ||
| 17 | * You should have received a copy of the GNU Lesser General Public | ||
| 18 | * License along with this library; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 20 | */ | ||
| 21 | #include "libiphone/libiphone.h" | ||
| 22 | #include "usbmux.h" | ||
| 23 | #include "iphone.h" | ||
| 24 | |||
| 25 | #include <glib.h> | ||
| 26 | |||
| 27 | struct iphone_np_client_int { | ||
| 28 | iphone_umux_client_t connection; | ||
| 29 | GMutex *mutex; | ||
| 30 | }; | ||
| 31 | |||
