diff options
Diffstat (limited to 'common/socket.h')
| -rw-r--r-- | common/socket.h | 10 |
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 | ||
| 63 | void socket_set_verbose(int level); | 63 | void socket_set_verbose(int level); |
| 64 | 64 | ||
| 65 | #endif /* __SOCKET_SOCKET_H */ | 65 | #endif /* SOCKET_SOCKET_H */ |
