2 * Shell-window functions
3 * Copyright (C) 1992 Joseph H. Allen
5 * This file is part of JOE (Joe's Own Editor)
8 #define _JOE_USHELL_H 1
11 __RCSID("$MirOS: contrib/code/jupp/ushell.h,v 1.4 2017/12/02 02:07:36 tg Exp $");
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));