diff options
Diffstat (limited to 'devices.h')
-rw-r--r-- | devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devices.h b/devices.h new file mode 100644 index 0000000..69ba246 --- /dev/null +++ b/devices.h @@ -0,0 +1,2 @@ +extern int getDeviceIndex(int sockfd, unsigned char *deviceName); +extern int getDeviceIp(const int sockfd, const unsigned char *deviceName, struct sockaddr_in *ip); |