HelenOS sources

root/uspace/app/bdsh/cmds/modules/pwd/entry.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#ifndef PWD_ENTRY_H
#define PWD_ENTRY_H

#include "scli.h"

/* Entry points for the pwd command */
extern void help_cmd_pwd(unsigned int);
extern int cmd_pwd(char **);

#endif

/* [<][>][^][v][top][bottom][index][help] */
HelenOS homepage, sources at GitHub