X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/1157e75889d3d6d23d1e2514f401cd5b354bd149..ef77033ca52647599df6c9053d073216d439780c:/include/command.h diff --git a/include/command.h b/include/command.h index 5582fa5..db469e3 100644 --- a/include/command.h +++ b/include/command.h @@ -1,10 +1,10 @@ /* - * (C) Copyright 2014 Leo C. + * (C) Copyright 2014-2016 Leo C. * * (C) Copyright 2000-2009 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0 */ /* @@ -61,8 +61,6 @@ struct cmd_tbl_s { typedef const FLASH struct cmd_tbl_s cmd_tbl_t; -extern command_ret_t do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); - /** * Process a command with arguments. We look up the command and execute it * if valid. Otherwise we print a usage message.