File: ushell.h

package info (click to toggle)
jupp 3.1.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,584 kB
  • sloc: ansic: 31,797; sh: 4,304; makefile: 489; pascal: 66
file content (21 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * 	Shell-window functions
 *	Copyright (C) 1992 Joseph H. Allen
 *
 *	This file is part of JOE (Joe's Own Editor)
 */
#ifndef JUPP_USHELL_H
#define JUPP_USHELL_H

#ifdef EXTERN_CMD_C
__IDSTRING(rcsid_ushell_h, "$MirOS: contrib/code/jupp/ushell.h,v 1.7 2020/03/27 06:39:00 tg Exp $");
#endif

int ubknd(BW *bw);
int ukillpid(BW *bw);
int urun(BW *bw);
int ubuild(BW *bw);

const void *getushell(void);

#endif