diff options
| author | 2009-03-29 19:13:36 +0200 | |
|---|---|---|
| committer | 2009-03-29 19:13:36 +0200 | |
| commit | 968dc229afd75e670a92b24eb48222aa347d756b (patch) | |
| tree | 46ffbedeff90838b95b643ba6d6a0c966292b452 /iproxy.c | |
| parent | 16a161e315c12a6837fcdb15c270ac42feef8e9b (diff) | |
| download | usbmuxd-968dc229afd75e670a92b24eb48222aa347d756b.tar.gz usbmuxd-968dc229afd75e670a92b24eb48222aa347d756b.tar.bz2 | |
[PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h
renamed: libusbmuxd.h -> usbmuxd.h
Use 'install' in Makefile
build libusbmuxd.so (use with '#include <usbmux.h>' and -lusbmuxd
add *.so to .gitignore
Really this time.
Signed-off-by: Nikias Bassen <nikias@gmx.li>
Diffstat (limited to 'iproxy.c')
| -rw-r--r-- | iproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -32,7 +32,7 @@ | |||
| 32 | #include <arpa/inet.h> | 32 | #include <arpa/inet.h> |
| 33 | #include <pthread.h> | 33 | #include <pthread.h> |
| 34 | #include "sock_stuff.h" | 34 | #include "sock_stuff.h" |
| 35 | #include "libusbmuxd.h" | 35 | #include "usbmuxd.h" |
| 36 | 36 | ||
| 37 | static uint16_t listen_port = 0; | 37 | static uint16_t listen_port = 0; |
| 38 | static uint16_t device_port = 0; | 38 | static uint16_t device_port = 0; |
