aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-04 11:24:25 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-04 11:37:45 +0200
commit16f30b53739386810783a5fa78b6af989f5dd330 (patch)
treef0c9b981cdebd50576c1935c8817b9b78526cb8d /openbsc/include/openbsc/gb_proxy.h
parenta7027a04ddef288844048a405cd11f8a3e7df877 (diff)
gbproxy: Have a clear namespace for the public functions
Done with Jacob
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 09ac83657..a251e5ba5 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -115,6 +115,5 @@ void gbprox_delete_tlli(struct gbprox_peer *peer,
int gbprox_remove_stale_tllis(struct gbprox_peer *peer, time_t now);
int gbprox_cleanup_peers(uint16_t nsei, uint16_t bvci);
-/* tmp */
-struct gbprox_peer *peer_by_nsei(uint16_t nsei);
+struct gbprox_peer *gbprox_peer_by_nsei(uint16_t nsei);
#endif