aboutsummaryrefslogtreecommitdiffstats
path: root/src/channel.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-15 21:18:42 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-08-15 23:34:38 +0200
commitc12d9d97e469b7e84ba4809b7f2e9022d82fe2cd (patch)
treebc8f0c2a4997bce538af9dff3d10936604bbc9da /src/channel.c
parentcee5fb36dab5741c2f2a5b5952e734bac6621c8f (diff)
channel: abis-ipa: shorter function names
%s/_server_/_srv_/g %s/osmo_chan_abis/osmo_abis/g %s/SERVER/SRV/g
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channel.c b/src/channel.c
index 5aedd83..a4c01d9 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -3,10 +3,10 @@
#include <osmocom/netif/channel.h>
-extern struct osmo_chan_type chan_abis_ipa_server;
+extern struct osmo_chan_type chan_abis_ipa_srv;
static struct osmo_chan_type *chan_type[CHAN_MAX] = {
- [CHAN_ABIS_IPA_SERVER] = &chan_abis_ipa_server,
+ [CHAN_ABIS_IPA_SRV] = &chan_abis_ipa_srv,
};
struct osmo_chan *osmo_chan_create(void *ctx, int type_id)