summaryrefslogtreecommitdiff
path: root/usrp2/host/include
diff options
context:
space:
mode:
authorjcorgan2009-02-23 02:08:43 +0000
committerjcorgan2009-02-23 02:08:43 +0000
commit98dca512c2fdfbed0f9db14bc07fe5c2ed58b83b (patch)
tree6c0576c724b8300838f9bd8244e0f7ece1818fdb /usrp2/host/include
parent09ce7710430c32b09f549eda728e711e41e8f3a6 (diff)
downloadgnuradio-98dca512c2fdfbed0f9db14bc07fe5c2ed58b83b.tar.gz
gnuradio-98dca512c2fdfbed0f9db14bc07fe5c2ed58b83b.tar.bz2
gnuradio-98dca512c2fdfbed0f9db14bc07fe5c2ed58b83b.zip
Cleanup, changed ifc_name() to interface_name()
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10477 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host/include')
-rw-r--r--usrp2/host/include/usrp2/usrp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h
index 3b806af87..70d800bf0 100644
--- a/usrp2/host/include/usrp2/usrp2.h
+++ b/usrp2/host/include/usrp2/usrp2.h
@@ -97,7 +97,7 @@ namespace usrp2 {
/*!
* Returns the GbE interface name associated with this USRP
*/
- std::string ifc_name();
+ std::string interface_name();
/*
* ----------------------------------------------------------------