From a281c4080bf268fa08d0b6001ab081c53a225035 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 7 Mar 2011 18:31:38 +0000 Subject: [cmdline] Add generic concat_args() function Signed-off-by: Michael Brown --- src/include/ipxe/command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/command.h b/src/include/ipxe/command.h index a7d0ae462..432da1abb 100644 --- a/src/include/ipxe/command.h +++ b/src/include/ipxe/command.h @@ -23,4 +23,6 @@ struct command { #define __command __table_entry ( COMMANDS, 01 ) +extern char * concat_args ( char **args ); + #endif /* _IPXE_COMMAND_H */ -- cgit v1.2.3-55-g7522