summaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h37
1 files changed, 18 insertions, 19 deletions
diff --git a/src/client.h b/src/client.h
index 516d552..bac563d 100644
--- a/src/client.h
+++ b/src/client.h
@@ -1,23 +1,22 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * client.h
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6 6 *
7This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 or version 3. 9 * the Free Software Foundation, either version 2 or version 3.
10 10 *
11This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14 * GNU General Public License for more details.
15 15 *
16You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19 */
20*/
21 20
22#ifndef CLIENT_H 21#ifndef CLIENT_H
23#define CLIENT_H 22#define CLIENT_H