source: mainline/uspace/app/bdsh/cmds/builtins/batch/entry.h@ 711e7fe5

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 711e7fe5 was 711e7fe5, checked in by Prutkov Alex <prutkov.alex@…>, 14 years ago

Added printf module

  • Property mode set to 100755
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.