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