summaryrefslogtreecommitdiffstats
path: root/common/socket.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-05-21 02:55:06 +0200
committerGravatar Nikias Bassen2019-05-21 02:55:06 +0200
commit4727a86940875ab6f55cd0ddb7be99a705686f53 (patch)
treefe6c11b51a7bc7ed379bea45fb093f09fc5e61cf /common/socket.h
parenteea4f1be9107c8ab621fd71460e47d0d38e55d71 (diff)
downloadlibimobiledevice-4727a86940875ab6f55cd0ddb7be99a705686f53.tar.gz
libimobiledevice-4727a86940875ab6f55cd0ddb7be99a705686f53.tar.bz2
common: Update socket.c to match the one from libusbmuxd
Diffstat (limited to 'common/socket.h')
-rw-r--r--common/socket.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/socket.h b/common/socket.h
index 81ee083..e31de6b 100644
--- a/common/socket.h
+++ b/common/socket.h
@@ -1,8 +1,8 @@
1/* 1/*
2 * socket.h 2 * socket.h
3 * 3 *
4 * Copyright (c) 2012 Martin Szulecki All Rights Reserved. 4 * Copyright (C) 2012 Martin Szulecki <m.szulecki@libimobiledevice.org>
5 * Copyright (c) 2012 Nikias Bassen All Rights Reserved. 5 * Copyright (C) 2012 Nikias Bassen <nikias@gmx.li>
6 * 6 *
7 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public 8 * modify it under the terms of the GNU Lesser General Public
@@ -19,8 +19,8 @@
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#ifndef __SOCKET_SOCKET_H 22#ifndef SOCKET_SOCKET_H
23#define __SOCKET_SOCKET_H 23#define SOCKET_SOCKET_H
24 24
25#include <stdlib.h> 25#include <stdlib.h>
26#include <stdint.h> 26#include <stdint.h>
@@ -62,4 +62,4 @@ int socket_send(int fd, void *data, size_t size);
62 62
63void socket_set_verbose(int level); 63void socket_set_verbose(int level);
64 64
65#endif /* __SOCKET_SOCKET_H */ 65#endif /* SOCKET_SOCKET_H */