1 /* $MirOS: contrib/code/jupp/ushell.h,v 1.3 2012/12/30 18:18:07 tg Exp $ */
3 * Shell-window functions
4 * Copyright (C) 1992 Joseph H. Allen
6 * This file is part of JOE (Joe's Own Editor)
9 #define _JOE_USHELL_H 1
14 int ubknd PARAMS((BW *bw));
15 int ukillpid PARAMS((BW *bw));
16 int urun PARAMS((BW *bw));
17 int ubuild PARAMS((BW *bw));
19 const void *getushell PARAMS((void));