aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_network_ipfs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_network_ipfs')
-rwxr-xr-xlib/_ak_network_ipfs9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/_ak_network_ipfs b/lib/_ak_network_ipfs
index f666586..172794f 100755
--- a/lib/_ak_network_ipfs
+++ b/lib/_ak_network_ipfs
@@ -17,15 +17,16 @@
### You should have received a copy of the GNU General Public License
### along with this program. If not, see <http://www.gnu.org/licenses/>.
###
-source $AK_LIBDIR/_ak_log
-source $AK_LIBDIR/_ak_ipfs
+source $AK_LIBDIR/_ak_lib_load
+_ak_lib_load _ak_log
+_ak_lib_load _ak_ipfs
function _ak_network_ipfs_scan(){
- _ak_not_implemented _ak_network_ipfs_scan
+ _ak_not_implemented ${FUNCNAME}
}
function _ak_network_ipfs_show_peers(){
- _ak_not_implemented _ak_network_ipfs_show_peers
+ _ak_not_implemented ${FUNCNAME}
}
function _ak_network_ipfs_connect_bootstrap(){