source: mainline/uspace/app/bdsh/cmds/builtins/batch/entry.h@ 81bc309

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 81bc309 was 81bc309, checked in by Petr Koupy <petr.koupy@…>, 14 years ago

batch command rewritten as builtin command.

  • Property mode set to 100644
File size: 244 bytes
Line 
1#ifndef BATCH_ENTRY_H
2#define BATCH_ENTRY_H
3
4/* Pick up cliuser_t */
5#include "scli.h"
6
7/* Entry points for the batch command */
8extern int cmd_batch(char **, cliuser_t *);
9extern void help_cmd_batch(unsigned int);
10
11#endif /* BATCH_ENTRY_H */
12
Note: See TracBrowser for help on using the repository browser.