summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/command.h
diff options
context:
space:
mode:
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 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 */