summaryrefslogtreecommitdiff
path: root/stun.h
blob: e16c3e7abb7b423b97ae3512b3d4cf09a30cc97e (plain)
1
2
3
4
5
6
#ifndef STUN_H
#define STUN_H

extern int print_stun_probe(char *server, int sport, int tport);

#endif /* STUN_H */
mode:
authorDavid S. Miller <davem@davemloft.net>2016-09-25 23:52:22 -0400
committerDavid S. Miller <davem@davemloft.net>2016-09-25 23:52:22 -0400
commit71527eb2be7ccf75413f8981f5680f56d339eedb (patch)
tree0800be5b5dacebc7b889d91f13684dde6bfd14d8
parentb3f5bf64d8dbbb08685b91ee4576d2e82e7bd60f (diff)
parent056506944a58814e5767d55ef6389aa2ab06908c (diff)
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Johan Hedberg says: ==================== pull request: bluetooth-next 2016-09-25 Here are a few more Bluetooth & 802.15.4 patches for the 4.9 kernel that have popped up during the past week: - New USB ID for QCA_ROME Bluetooth device - NULL pointer dereference fix for Bluetooth mgmt sockets - Fixes for BCSP driver - Fix for updating LE scan response Please let me know if there are any issues pulling. Thanks. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat