diff options
author | Hector Martin | 2009-04-28 19:01:12 +0200 |
---|---|---|
committer | Hector Martin | 2009-04-28 19:01:12 +0200 |
commit | 53fb582e7729d5b7ed40ff04d912fcf5add7ce1c (patch) | |
tree | 8dd1f4d5426421a3a84a9d5df43f2fba48d12143 /client.h | |
parent | c2d46d901822c54a0677318522db62f30b8d5f04 (diff) | |
download | usbmuxd-53fb582e7729d5b7ed40ff04d912fcf5add7ce1c.tar.gz usbmuxd-53fb582e7729d5b7ed40ff04d912fcf5add7ce1c.tar.bz2 |
USB TX/RX, device framework, version packets
Diffstat (limited to 'client.h')
-rw-r--r-- | client.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -18,7 +18,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __MUX_H__ -#define __MUX_H__ +#ifndef __CLIENT_H__ +#define __CLIENT_H__ #endif + +void client_accept(int fd); +void client_get_fds(struct fdlist *list); |