diff options
Diffstat (limited to 'tools/idevicenotificationproxy.c')
| -rw-r--r-- | tools/idevicenotificationproxy.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicenotificationproxy.c b/tools/idevicenotificationproxy.c index ff18eca..5e4ac9a 100644 --- a/tools/idevicenotificationproxy.c +++ b/tools/idevicenotificationproxy.c | |||
| @@ -19,6 +19,10 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 25 | |||
| 22 | #include <stdio.h> | 26 | #include <stdio.h> |
| 23 | #include <string.h> | 27 | #include <string.h> |
| 24 | #include <errno.h> | 28 | #include <errno.h> |
| @@ -69,7 +73,7 @@ static void print_usage(int argc, char **argv) | |||
| 69 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 73 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |
| 70 | printf(" -h, --help\t\tprints usage information\n"); | 74 | printf(" -h, --help\t\tprints usage information\n"); |
| 71 | printf("\n"); | 75 | printf("\n"); |
| 72 | printf("Homepage: <http://libimobiledevice.org>\n"); | 76 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 73 | } | 77 | } |
| 74 | 78 | ||
| 75 | static void notify_cb(const char *notification, void *user_data) | 79 | static void notify_cb(const char *notification, void *user_data) |
