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

Last change on this file was 09ab0a9a, checked in by Jiri Svoboda <jiri@…>, 7 years ago

Fix vertical spacing with new Ccheck revision.

  • Property mode set to 100644
File size: 243 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 */
Note: See TracBrowser for help on using the repository browser.