summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-11-22 16:08:00 +0100
committerPatrick McHardy <kaber@trash.net>2010-11-22 16:08:00 +0100
commit3dd2f8afdddf22687c4d8dc2639191119818c860 (patch)
treeb2764d23c069a2bc0415ced9eb2210fd7ed559c8 /example
parent102612d5aa32293b96043e187700e7abe7c7871c (diff)
raw: add dect_raw_close() function
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'example')
-rw-r--r--example/hijack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hijack.c b/example/hijack.c
index adb9ad8..cb4f43b 100644
--- a/example/hijack.c
+++ b/example/hijack.c
@@ -112,7 +112,7 @@ int main(int argc, char **argv)
dect_common_init(&ops, argv[1]);
- dfd = dect_raw_socket(dh);
+ dfd = dect_raw_open(dh);
if (dfd == NULL)
pexit("dect_raw_socket");