summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/command.h
diff options
context:
space:
mode:
authorMichael Brown2011-03-07 19:31:38 +0100
committerMichael Brown2011-03-07 20:21:43 +0100
commita281c4080bf268fa08d0b6001ab081c53a225035 (patch)
treeabc49ad178090fd248a27d79ceba40139d032b78 /src/include/ipxe/command.h
parent[script] Add an iPXE error URI to the "not in a script" message (diff)
downloadipxe-a281c4080bf268fa08d0b6001ab081c53a225035.tar.gz
ipxe-a281c4080bf268fa08d0b6001ab081c53a225035.tar.xz
ipxe-a281c4080bf268fa08d0b6001ab081c53a225035.zip
[cmdline] Add generic concat_args() function
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/command.h')
-rw-r--r--src/include/ipxe/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/command.h b/src/include/ipxe/command.h
index a7d0ae46..432da1ab 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 */