aboutsummaryrefslogtreecommitdiffstats
path: root/tests/isup
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 18:47:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:11 +0100
commit569f1e171df2f055d0be5fc637e050a523a9ae8a (patch)
tree889e8751a8b433332fb3c5673b1129feb8453445 /tests/isup
parent346e1c4bc4266ad645aab88d6357518e17055fb3 (diff)
mtp: Rename mtp_link to mtp_link_set as this is the linkset
The link_udp is actually below the linkset. We need to get this right now and then can have multiple links.
Diffstat (limited to 'tests/isup')
-rw-r--r--tests/isup/isup_parse_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/isup/isup_parse_test.c b/tests/isup/isup_parse_test.c
index 5b19ed0..5c3341c 100644
--- a/tests/isup/isup_parse_test.c
+++ b/tests/isup/isup_parse_test.c
@@ -62,4 +62,4 @@ int main(int argc, char **argv)
}
/* stubs */
-int mtp_link_submit_isup_data() {return -1;}
+int mtp_link_set_submit_isup_data() {return -1;}